knitr::opts_chunk$set(echo = TRUE)
Hi There!
# The `params` object is available in the document. params$n
A plot of params$n
random points.
plot(rnorm(params$n), rnorm(params$n))
knitr::opts_chunk$set(echo = TRUE)
params: n: 10
Here we go again!
# The `params` object is available in the document. params$n
A plot of params$n
random points.
plot(rnorm(params$n), rnorm(params$n))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.