lpoints
methods for drawing of points contained within a
filter
. They allow for multiple
dispatch, since not all filter
types
need to be evaluated for plotting, but this decision should be made
internally. In any case, we need the raw data in the form of a
flowFrame
.## S3 method for class 'filter,flowFrame,missing':
glpoints(x, data, channels,
verbose = TRUE, filterResult = NULL, ...)
flowFrame
s using the
plot
method provided by flowViz
, the plotted parameters are
recorded, which makes it possible to correctly overlay the points within
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. These methods are meant
to be used within lattice panel functions and are probably not of much use
outside of those.filter
,
flowFrame
, glpolygon