Description Usage Arguments Value Author(s) Examples
n choose 3 tells how many triplets can be made from n objects,
choose.trios(n) gives the indices into a vector of objects of length n.
| 1 | choose.trios(n)
 | 
| n | a scalar, eg 10 | 
3 column matrix, with n choose 3 rows, and indices for each triplet
in a row.
Mark Cowley, 28 Jav 2005
| 1 | choose.trios(5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.