First attempt ============== Simple R code ------------- ```r a <- 10 b <- 20 myVec <- rnorm(5) a + b ``` ``` ## [1] 30 ``` ```r range(myVec) ``` ``` ## [1] 0.5571 1.9197 ``` Now test if it will write text within the document, the sum of the above analysis is `30`. Creating a plot ---------------- ```r plot(1:10, col = "red") ``` ![plot of chunk simpleplot](figure/simpleplot.png) Conclusion ------------- Isn't that **grand** and *super*.