Learn R Programming

flowWorkspace (version 3.16.0)

booleanFilter-class: A class describing logical operation (& or |) of the reference populations

Description

booleanFilter class inherits class expressionFilter and exists for the purpose of methods dispatching.

booleanFilter is a constructor from an expression

char2booleanFilter is a constructor from a character string

Usage

booleanFilter(expr, ..., filterId = "defaultBooleanFilter")
char2booleanFilter(expr, ..., filterId = "defaultBooleanFilter")
"show"(object)

Arguments

expr
expression or character
...
further arguments to the expression
filterId
character identifier
object
booleanFilter

See Also

add GatingHierarchy