Last data update: 2014.03.03

R: Determines the power set of the input set.
ASCA.GetPowerSetR Documentation

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

Author(s)

Tim Dorscheidt

Results