inst/snippets/normal.R

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"))

Try the Lock5withR package in your browser

Any scripts or data that you put into this service are public.

Lock5withR documentation built on May 2, 2019, 3:43 p.m.