men_norm {HKRbook} | R Documentation |
men_norm
Description
Visualization of the density and the cumulative distribution function of a normal distribution.
Usage
men_norm(mean = 0, sd2 = 1)
Arguments
mean |
numeric: mean |
sd2 |
numeric: variance |
Value
nothing
Examples
if (interactive()) men_norm()
if (interactive()) men_norm(1, 0.5)
[Package HKRbook version 0.1.3 Index]