Learn R Programming

algebraic.dist (version 0.9.1)

infimum.interval: Return the (vector of) infimum of the interval.

Description

Return the (vector of) infimum of the interval.

Usage

# S3 method for interval
infimum(object)

Value

Numeric vector of lower bounds.

Arguments

object

An interval object.

Examples

Run this code
iv <- interval$new(lower = 0, upper = 1)
infimum(iv) # 0

Run the code above in your browser using DataLab