library("MASS") # for Boston Housing data
stem(Boston$medv)
stem(Boston$medv, scale=0.5)
library("aplpack")
stem.leaf(Boston$medv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.