filterReference-class {flowCore} | R Documentation |
A reference to another filter inside a reference. Users should generally
not be aware that they are using this class, but it is used heavily by "filterSet"
classes.
Objects are generally not created by users so there is no constructor function.
name
:The R name of the referenced filter
env
:The environment where the filter must live
filterId
:The filterId, not really used since you always resolve
Class "filter"
, directly.
B. Ellis