plot {flowMeans} | R Documentation |
This method generates scatterplot revealing the cluster assignment.
## S4 method for signature 'ANY,Populations' plot(x, y, varNames=NULL, ...) ## S4 method for signature 'flowFrame,Populations' plot(x, y, varNames=NULL, ...)
x |
A matrix, data frame of observations, or object of class |
y |
Object returned from |
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 |
Nima Aghaeepour <naghaeep@bccrc.ca>
library(flowMeans) data(x) plot(data.frame(x))