library("MASS") # for Boston Housing data library("ggplot2") ggplot(Boston, aes(x=factor(rad), y=medv)) + geom_boxplot()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.