Learn R Programming

set6 (version 0.1.1)

max: Set Maximum

Description

Returns the maximum of the Set.

Arguments

R6 Usage

$max

Details

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

See Also

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