| binom | R Documentation | 
Generates a tibble containing the binomial distribution using dbinom().
binom(times, prob_success)
times | 
 number of trials  | 
prob_success | 
 probability of success (number between 0 and 1)  | 
Binomial distribution as a tibble
binom(times = 10, prob_success = 1/10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.