men_norm | R Documentation |
Visualization of the density and the cumulative distribution function of a normal distribution.
men_norm(mean = 0, sd2 = 1)
mean |
numeric: mean |
sd2 |
numeric: variance |
nothing
if (interactive()) men_norm() if (interactive()) men_norm(1, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.