addName-methods {flowViz} | R Documentation |
Add gate names to a flowViz plot.
Description
These methods add gate names to a flowViz
plot, either derived
from the population identifiers or as provided by the user. These
methods are ment for internal use and are usually not called directly
by the user.
Value
The methods are called for their side effects. No value is
returned.
Methods
- x = "curv1Filter", name = "character"
- User-provided names.
- x = "curv1Filter", name = "logical"
- Get names from the
filter
or
filterResult
object
- x = "curv2Filter", name = "character"
- see above
- x = "curv2Filter", name = "logical"
- see above
- x = "ellipsoidGate", name = "character"
- see above
- x = "ellipsoidGate", name = "logical"
- see above
- x = "kmeansFilter", name = "character"
- see above
- x = "kmeansFilter", name = "logical"
- see above
- x = "polygonGate", name = "character"
- see above
- x = "polygonGate", name = "logical"
- see above
- x = "quadGate", name = "character"
- see above
- x = "quadGate", name = "logical"
- see above
- x = "quadGate", name = "matrix"
- see above
- x = "rectangleGate", name = "character"
- see above
- x = "rectangleGate", name = "logical"
- see above
Author(s)
F. Hahne
[Package
flowViz version 1.6.2
Index]