men_bin {HKRbook} | R Documentation |
men_bin
Description
Visualization of the probability mass and the cumulative distribution function of a binomial distribution.
Usage
men_bin(size = 10, prob = 0.5)
Arguments
size |
integer: number of trials (zero or more) |
prob |
numeric: probability of success on each trial |
Value
nothing
Examples
if (interactive()) men_bin()
if (interactive()) men_bin(20, 0.25)
[Package HKRbook version 0.1.3 Index]