Description Usage Arguments Value Examples
Function to enumerate all combinations of size 'k' from the set 1,.., n.
1 | comb.all(n, k)
|
n |
number of elements in the set |
k |
number of elements to choose for each combination |
An (n-choose-k) by k matrix with one combination per row.
1 | comb.all(5, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.