| supremum.interval | R Documentation |
Return the (vector of) supremum of the interval.
## S3 method for class 'interval'
supremum(object)
object |
An interval object. |
Numeric vector of upper bounds.
iv <- interval$new(lower = 0, upper = 1)
supremum(iv) # 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.