A finite set. It also satisfies the concept of a support.
Public fields
values
A vector of values.
Methods
Method new()
Initialize a finite set.
Arguments
values
A vector of values.
Determine if a value is contained in the finite set.
Get the infimum of the finite set.
Returns
A numeric vector of infimums.
Get the supremum of the finite set.
Returns
A numeric vector of supremums.
Get the dimension of the finite set.
Returns
The dimension of the finite set.
Method clone()
The objects of this class are cloneable with this method.
Usage
finite_set$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.