plot {flowMeans}R Documentation

Scatterplot of Clustering Results

Description

This method generates scatterplot revealing the cluster assignment.

Usage

## S4 method for signature 'ANY,Populations'
plot(x, y, varNames=NULL, ...)
## S4 method for signature 'flowFrame,Populations'
plot(x, y, varNames=NULL, ...)

Arguments

x

A matrix, data frame of observations, or object of class flowFrame. This is the object on which flowClust was performed.

y

Object returned from flowMeans.

varNames

A character vector specifying the variables (columns) to be included in the plot. When it is left unspecified, all the variables will be used.

...

Extra parameters that will be passed to the generic plot function

Author(s)

Nima Aghaeepour <naghaeep@bccrc.ca>

See Also

flowMeans

Examples

library(flowMeans)
data(x)
plot(data.frame(x))

[Package flowMeans version 1.42.1 Index]