binom_plot.Rd
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)
integer
double
plot
binom_plot(8, 0.5)