binom_plot | R Documentation |
Plot a simple density plot to illustrate the binomial distribution for a specified number of trials and a constant probability of success.
binom_plot(n, p)
n |
integer |
p |
double |
plot
binom_plot(8, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.