| supremum | R Documentation |
Get the supremum of the support.
supremum(object)
object |
A support object. |
The supremum (least upper bound) of the support.
I <- interval$new(0, 10)
supremum(I) # 10
S <- finite_set$new(c(3, 7, 11))
supremum(S) # 11
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.