flowCore (version 1.38.2)

filterResult-class: Class "filterResult"

Description

Container to store the result of applying a filter on a flowFrame object

Arguments

Slots

frameId:
Object of class "character" referencing the flowFrame object filtered. Used for sanity checking.
filterDetails:
Object of class "list" describing the filter applied
filterId:
Object of class "character" referencing the filter applied

Extends

Class "filter", directly.

Methods

==
test equality

See Also

filter, "logicalFilterResult", "multipleFilterResult", "randomFilterResult"

Examples

Run this code
showClass("filterResult")

Run the code above in your browser using DataCamp Workspace