Learn R Programming

distr6 (version 1.3.3)

Empty: Empty Set

Description

The mathematical Empty, or Null, set.

Arguments

Value

Returns R6 object of class Empty.

Constructor

Empty$new()

Details

The Empty set is the set defined by having no elements, $$Empty = \{ \}$$

See Also

listSpecialSets

Examples

Run this code
# NOT RUN {
Empty$new()

# }

Run the code above in your browser using DataLab