Learn R Programming

set6 (version 0.1.1)

universe: Universe of a Set

Description

Returns the universe of the Set.

Arguments

R6 Usage

$universe

Details

The universe is a Set that specifies where the given Set lives, by default this is the UniversalSet. This is useful for taking the absolute complement of a Set.

See Also

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