
Last chance! 50% off unlimited learning
Sale ends in
UnionSet class for symbolic union of mathematical sets.
R6 object of class UnionSet, inheriting from SetWrapper.
UnionSet$new(setlist, lower = NULL, upper = NULL, type = NULL)
Argument | Type | Details |
setlist |
list | List of sets to wrap. |
lower
Set
Lower limit of set.
upper
Set
Upper limit of set.
type
character
Type of set braces.
It is not recommended to construct this class directly.
The purpose of this class is to provide a symbolic representation for the union of sets that cannot be represented in a simpler class. Whilst this is not an abstract class, it is not recommended to construct this class directly but via the set operation methods.
Set operations: setunion, setproduct, setpower, setcomplement, setsymdiff, powerset, setintersect
Other wrappers:
ComplementSet
,
ExponentSet
,
PowersetSet
,
ProductSet