ASCA.GetPowerSet: Determines the power set of the input set.

Description Usage Arguments Author(s)

Description

Supplies a list that contains the power set of the input set, i.e. all the possible subsets of the input set.

Usage

1
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


MetStaT documentation built on May 2, 2019, 1:45 p.m.