Learn R Programming

set6 (version 0.1.1)

length: Number of Elements in the Set

Description

Returns the number of elements in the Set.

Arguments

R6 Usage

$length

Details

Returns either the number of elements in the Set, or Inf for infinite intervals. See cardinality in properties for the type of infinity.

See Also

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