Learn R Programming

flowViz (version 1.30.1)

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.

Arguments

Value

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