sets | R Documentation |
Creates a list of elements containing indices to create all possible unique-value sets of size 1
to n
from a length-n
vector of unique values.
sets(n)
n |
A complete positive whole-number scalar indicating the length of set of unique values. |
A complete positive whole-number vlist.
sets(1)
sets(2)
sets(3)
sets(4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.