library(ggplot2)
data("mtcars")
qplot(mtcars$mpg, geom='histogram')
qplot(mtcars$hp, geom='histogram')
qplot(mtcars$wt, geom='histogram')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.