Gets the elements of the ground set \(V\) of the input poset \((V,\leq)\).
Usage
POSetElements(poset)
Value
A vector of labels (the names of the elements of the ground set \(V\)).
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(), ...) .