powered by
Return the (vector of) infimum of the interval.
# S3 method for interval infimum(object)
Numeric vector of lower bounds.
An interval object.
iv <- interval$new(lower = 0, upper = 1) infimum(iv) # 0
Run the code above in your browser using DataLab