Description Usage Arguments Details Value See Also Examples
Compute the subsets of a given set.
1 |
set |
the original set |
sizes |
desired size(s) of subsets |
include_null |
should the empty vector be included? |
Note that this algorithm is run in R: it is therefore not intended to be the most efficient algorithm for computins subsets.
a list of subsets as vectors
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.