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