trellis.par.set(superpose.polygon = list(col = c('gray50', 'gray80', 'gray50')))
print(plotnorm(lower = -1, upper = 1, main = "", xlab = "standard deviations from the mean"))
print(plotnorm(lower = -2, upper = 2, main = "", xlab = "standard deviations from the mean"))
print(plotnorm(lower = -3, upper = 3, main = "", xlab = "standard deviations from the mean"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.