PowerSet | R Documentation |
iK
}.
Build the power set of the values {0,1,2,...,iK
}.
PowerSet(iK)
iK |
|
The function returns a list
of numeric
vectors with the indices representing all the 2^iK subsets.
The empty subset {} is represented by the numeric(0)
vector.
, 4
An object of the class list
.
Leopoldo Catania & Nima Nonejad
library(eDMA)
PowerSet(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.