Learn R Programming

set6 (version 0.1.1)

lower: Lower Limit of Set

Description

Returns the lower limit or first element in the Set.

Arguments

R6 Usage

$lower

Details

If the Set consists of numerics only then returns the lower limit, or infimum, of the Set. Otherwise assumes that the elements were supplied in a particular order and returns the first element.

See Also

Other set accessors: class(), elements, length(), max(), min(), properties, range(), traits, type, universe, upper