Description Usage Arguments Details Value Author(s) See Also Examples
The SSPV class defines a pseudo-vector containing all
the arranged subsets of the objects stored
in items. The function sspv is a constructor for this class.
1 | sspv(items)
|
items |
a vector of objects to be subsetted. |
The subsets are arranged according to the order in which the objects
appear in items. The first subset, containing none of the objects,
is NULL.
an instance of SSPV.
Richard Ambler
Permutations Pseudo-Vector ppv
Combinations Pseudo-Vector cpv
Amalgams Pseudo-Vector apv
Selections Pseudo-Vector spv
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.