men_bin | R Documentation |
Visualization of the probability mass and the cumulative distribution function of a binomial distribution.
men_bin(size = 10, prob = 0.5)
size |
integer: number of trials (zero or more) |
prob |
numeric: probability of success on each trial |
nothing
if (interactive()) men_bin() if (interactive()) men_bin(20, 0.25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.