| infimum.finite_set | R Documentation |
Return the infimum of the finite set.
## S3 method for class 'finite_set'
infimum(object)
object |
A finite set. |
Numeric; the minimum value(s).
fs <- finite_set$new(c(1, 3, 5, 7))
infimum(fs) # 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.