| comb | R Documentation | 
Generate all possible combinations of m elements among n with repetitions.
comb(m, n)
m | 
 the number of elements to combine  | 
n | 
  the number of elements from which to combine the   | 
There are (n+m-1)!/(m!(n-1)!) ways to combine m elements among n with repetitions, combn generates 
all these possible combinations.
A matrix of (n+m-1)!/(m!(n-1)!) rows, and n columns, each row is a possible combination of m elements among n .
Hinda Haned h.haned@nfi.minvenj.nl
Cmn for the calculation of the number of all possible combinations of m elements among n with repetitions  
## Not run: #combine 2 objects among 3 with repetitions Cmn(2,3) comb(2,3) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.