Description Usage Arguments Note Author(s) References See Also
Depending on the dimensions specified, this method generates either a scatterplot or a one-dimensional density plot (histogram) based on the robust model-based clustering results.
1 2 3 4 5 |
x |
Object of class |
y |
Object of class |
z |
A character vector of length one or two containing the name(s) of
the variable(s) selected for the plot. If it is of length two, a
scatterplot will be generated. If it is of length one, a 1-D density plot
will be made. If it is unspecified, the first one/two variable(s) listed in
|
... |
All optional arguments passed to the
|
This plot
method is designed such that it resembles the
argument list of the plot
method defined in the flowCore
package. The actual implementation is done through the
plot
or hist
method defined for a flowClust
object.
Raphael Gottardo <raph@stat.ubc.ca>, Kenneth Lo <c.lo@stat.ubc.ca>
Lo, K., Brinkman, R. R. and Gottardo, R. (2008) Automated Gating of Flow Cytometry Data via Robust Model-based Clustering. Cytometry A 73, 321-332.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.