normProb | R Documentation |
Draw a normal curve and shade area under an interval (probability)
normProb(a, b, outside = FALSE, ...)
a , b |
Endpoints of the interval |
outside |
Shade the area outside (a,b)? Default is FALSE (i.e., shade the area inside a and b) |
... |
Additional arguments to |
normProb(1, 2)
normProb(1, 2, outside=TRUE)
normProb(1, 2, lwd=5, col='pink', main='Nice!')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.