###################################################
### code chunk number 3: Cs01_plotdata
###################################################
# load the datasets package
library(datasets)
data(Nile) # load the data
plot(Nile, ylab = "Flow volume", xlab = "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.