Some intro material
plot x and y
x<-c(1,2,3) y<-c(4,5,6) plot(x,y)
some more stuff
It is a good idea to include this at the end of every RMarkdown document