flowViz (version 1.36.2)

addName-methods: 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.

Usage

## S3 method for class 'rectangleGate,character':
addName(x, name, data, gp, pos = 0.5,
  abs = FALSE, xlim, ylim, ...)

Arguments

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

Value

  • The methods are called for their side effects. No value is returned.