complementFilter-class {flowCore} | R Documentation |
This class represents the logical complement of a single filter, which is
itself a filter that can be incorporated in to further set operations.
complementFilter
s are constructed using the prefix unary set operator
"!"
with a single filter operand.
filters
Object of class "list"
, containing the component filters.
filterId
Object of class "character"
referencing the filter applied.
Class "filter"
, directly.
B. Ellis
Other setOperationFilter classes:
intersectFilter-class
,
setOperationFilter-class
,
subsetFilter-class
,
unionFilter-class