| binom_coin | R Documentation | 
Generates a tibble containing the binomial distribution of flipping a coin using dbinom().
binom_coin(times, sides = 2, success = 2)
times | 
 how many times a coin is flipped (or how many coins are flipped at the same time)  | 
sides | 
 number of sides of the coin (default = 2)  | 
success | 
 which result is a success (default = 2)  | 
binomial distribution as a tibble
binom_coin(times = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.