Learn R Programming

set6 (version 0.1.1)

min: Set Minimum

Description

Returns the minimum of the Set.

Arguments

R6 Usage

$min

Details

If the Set consists of numerics only, then returns the minimum element in the Set. For open or half-open sets, then the minimum is defined by $$lower + .Machine\$double.xmin$$

See Also

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