men_poi {HKRbook}R Documentation

men_poi Visualization of the probability mass and the cumulative distribution function of a Poisson distribution.

Description

men_poi Visualization of the probability mass and the cumulative distribution function of a Poisson distribution.

Usage

men_poi(lambda = 5)

Arguments

lambda

numeric: (non-negative) mean

Value

nothing

Examples

if (interactive()) men_poi()
if (interactive()) men_poi(3)

[Package HKRbook version 0.1.3 Index]