Computes the downset of a set of elements of the input poset.
Usage
DownsetOf(poset, elements)
Value
A vector of character strings (the names of the elements of the downset).
Arguments
poset
An object of S4 class POSet.
Argument poset must be created by using any function contained in the package aimed at building object of S4 class POSet
(e.g. POSet(), LinearPOSet(), ProductPOSet(), ...) .
elements
A vector of character strings (the names of the input elements).