draw a normal distribution with beautiful illustrations
drawnorm.RdThis was developed for the R Working Example collection in my website, https://pj.freefaculty.org/R/WorkingExamples
Usage
drawnorm(
mu = 0,
sigma = 1,
xlab = "A Normally Distributed Variable",
ylab = "Probability Density",
main,
ps = par("ps"),
...
)Author
Paul Johnson [email protected]




