finite_set | R Documentation |
A finite set. It also satisfies the concept of a support.
values
A vector of values.
new()
Initialize a finite set.
finite_set$new(values)
values
A vector of values.
has()
Determine if a value is contained in the finite set.
finite_set$has(x)
x
A vector of values.
infimum()
Get the infimum of the finite set.
finite_set$infimum()
A numeric vector of infimums.
supremum()
Get the supremum of the finite set.
finite_set$supremum()
A numeric vector of supremums.
dim()
Get the dimension of the finite set.
finite_set$dim()
The dimension of the finite set.
clone()
The objects of this class are cloneable with this method.
finite_set$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.