addName-methods {flowViz} | R Documentation |
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.
## S4 method for signature 'rectangleGate,character' addName(x, name, data, gp, pos = 0.5, abs = FALSE, xlim, ylim, ...)
x |
rectangleGate, ellipsoidGate, quadGate, polygonGate or kmeansFilter |
name |
character or logical or matrix |
data |
flowFrame |
gp |
a list of graphical parameters |
pos,abs |
specifying location of the name. see 'help(xyplot)' for more details |
xlim,ylim |
limits of axis |
... |
other arguments |
The methods are called for their side effects. No value is returned.
User-provided names.
Get names from the
filter
or
filterResult
object
see above
see above
see above
see above
see above
see above
see above
see above
see above
see above
see above
see above
see above
F. Hahne