Description Usage Arguments Details Author(s) See Also
These methods extend the basic graphics lines
methods for
drawing of filter
boundaries. 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 flowFrames
using the
plot
or xyplot
methods provided by flowViz
, the plotted
parameters are recorded, which makes it possible to correctly overlay the
outlines of filter
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
lines
functions.
F. Hahne
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.