In [9]:
print("Hello World")
X <- 1:10
In [10]:
Y <- X + 1
LaTeX expressions $Y \gets X + 1$ can be used
In [11]:
plot(X,Y)
In [ ]: