library("MASS") library("lattice") # scatterplots of lstat and medv by rad xyplot(medv~lstat|factor(rad), data=Boston)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.