IncomparabilitySetOf: Extracting the incomparability set of a poset element.
Description
Extracts the elements incomparable with the input element, in the poset.
Usage
IncomparabilitySetOf(poset, element)
Value
A vector of character strings (the names of the poset elements incomparable with the input element).
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(), ...) .
element
A character string (the names of a single poset element).