Rdocumentation
powered by
Learn R Programming
MetStaT (version 1.0)
ASCA.GetPowerSet: Determines the power set of the input set.
Description
Supplies a list that contains the power set of the input set, i.e. all the possible subsets of the input set.
Usage
ASCA.GetPowerSet(input.set, exclude.empty.set = FALSE, exclude.complete.set = FALSE)
Arguments
input.set
the input set for which the power set is to be determined
exclude.empty.set
whether the empty set should be included in the results
exclude.complete.set
whether the original complete set is to be included in the results