multipleFilterResult-class: Class "multipleFilterResult"
Description
Container to store the result of applying filter
on
set of flowFrame
objectsSlots
subSet
:- Object of class
"factor"
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 "filterResult"
, directly.
Class "filter"
, by class "filterResult", distance 2.Methods
- [, [[
- subsetting. If
x
is multipleFilterResult
,
then x[[i]]
a FilterResult
object. The semantics is
similar to the behavior of the subsetting operators for lists. - length
- number of
FilterResult
objects in the set. - names
- names of the
FilterResult
objects in the set. - summary
- summary
FilterResult
objects in the set.
Examples
Run this codeshowClass("multipleFilterResult")
Run the code above in your browser using DataLab