| LogicalSet {set6} | R Documentation |
The LogicalSet is defined as the Set containing the elements TRUE and FALSE.
set6::Set -> LogicalSet
new()Create a new LogicalSet object.
LogicalSet$new()
The Logical set is the set containing TRUE and FALSE.
A new LogicalSet object.
clone()The objects of this class are cloneable with this method.
LogicalSet$clone(deep = FALSE)
deepWhether to make a deep clone.
l <- LogicalSet$new() print(l) l$contains(list(TRUE, 1, FALSE))