Learn R Programming

algebraic.dist (version 0.9.1)

infimum.finite_set: Return the infimum of the finite set.

Description

Return the infimum of the finite set.

Usage

# S3 method for finite_set
infimum(object)

Value

Numeric; the minimum value(s).

Arguments

object

A finite set.

Examples

Run this code
fs <- finite_set$new(c(1, 3, 5, 7))
infimum(fs) # 1

Run the code above in your browser using DataLab