Learn R Programming

set6 (version 0.1.1)

upper: Upper Limit of Set

Description

Returns the upper limit or last element in the Set.

Arguments

R6 Usage

$upper

Details

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

See Also

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