Learn R Programming

set6 (version 0.1.1)

absComplement-deprecated: Absolute Complement of a Set

Description

Calculates and returns the absolute complement of a Set, which is the relative complement of a set from its universe.

Arguments

Value

Set

R6 Usage

$absComplement()

Details

If a universe is not provided then the method has no effect. To find the relative difference between sets use setcomplement.

See Also

setcomplement

set6-deprecated