inclusionMax: Get inclusion maximal subsets from a list
Description
Get inclusion maximal subsets from a list
Usage
inclusionMax(x, right = FALSE)
Arguments
x
list containing the subsets
right
logical indicating whether right-most entry is always inclusion maximal
Details
Returns the inclusion maximal elements of x. The
indicator right may be set to TRUE in order to indicate
that the right-most entry is always an inclusion maximal set over all earlier
sets.