View source: R/distributions.R
Defines a probability space for a hypergeometric distribution (which represents the number of ones in n draws without replacement from a box containing zeros and ones)
1  | Hypergeometric(n, N0, N1)
 | 
n | 
 (int): number of draws (without replacement) from the box  | 
N0 | 
 (int): number of 0s in the box  | 
N1 | 
 (int): number of 1s in the box  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.