Learn R Programming

flowMeans (version 1.32.0)

plot: Scatterplot of Clustering Results

Description

This method generates scatterplot revealing the cluster assignment.

Usage

"plot"(x, y, varNames=NULL, ...) "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

See Also

flowMeans

Examples

Run this code
library(flowMeans)
data(x)
plot(data.frame(x))

Run the code above in your browser using DataLab