Description Usage Arguments Details Methods Author(s) See Also
These methods extend the basic graphics polygon
methods for
drawing of filter
regions. They allow
for multiple dispatch, since not all
filter
types need to be evaluated for
plotting, but this decision should be made internally.
1 2 |
x |
filter or filterResult or any derived filter class |
data |
flowFrame or filterResult or character or missing or ANY |
verbose |
logical |
... |
other arguments |
When plotting flowFrame
s using the
plot
method provided by flowViz
, the plotted parameters are
recorded, which makes it possible to correctly overlay the outlines of
filter
s assuming that they are defined
for the respective parameters. Warnings and error will be cast for the cases
where the parameters are non-distinct or ambigious.
The flow parameters plotted can be passed on to any of the methods through
the optional channels
argument, which always gets precedence over
automatically detected parameters.
The methods support all plotting parameters that are available for the
base
polygon
functions.
General method for all objects
inheriting from filter
. This is used as
the default when no more explicit method is found. It tries to find the
plotted parameters from the internal flowViz.state
environment. This
only works if the flow data has been plotted using the plot
methods
provided by this flowViz
package.
General method for all
filterResult
object. This
basically extracts the filter
from the
filterResult
and dispatches on
that.
For some
filter
types we need the raw data to
re-evaluate the filter.
We either need a
filterResult
or the raw data as a
flowFrame
for
curv1Filter
s.
see above
see above
see above
We either need a
filterResult
or the raw data as a
flowFrame
for
curv2Filter
.
see above
see above
We don't know how to plot regions
of a kmeansFilter
, hence we warn.
We either need a
filterResult
or the raw data as a
flowFrame
for
norm2Filter
.
see above
see above
We can plot a
polygonGate
directly from the gate definition.
see above
see above
We can plot a
quadGate
directly from the gate definition.
see above
see above
We can plot a
rectangleGate
directly from the gate definition.
see above
see above
We can plot a
ellipsoidGate
directly from the gate definition.
see above
see above
F. Hahne
filter
,
flowFrame
, glines
,
gpoints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.