men_norm: men_norm

View source: R/men_norm.R

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

HKRbook documentation built on Oct. 6, 2022, 9:06 a.m.