Learn R Programming

HKRbook (version 0.1.3)

men_norm: men_norm

Description

Visualization of the density and the cumulative distribution function of a normal distribution.

Usage

men_norm(mean = 0, sd2 = 1)

Value

nothing

Arguments

mean

numeric: mean

sd2

numeric: variance

Examples

Run this code
if (interactive()) men_norm()
if (interactive()) men_norm(1, 0.5)

Run the code above in your browser using DataLab