Description Usage Arguments Details Author(s) See Also
A basic method to plot flowFrame
objects. Depending on the number of dimensions, different types of plots are
generates. See below for details.
1 2 3 4 5 |
x |
flowFrame |
y |
(optional) channel names |
smooth |
logical |
... |
other arguments |
pch |
point type |
Basic plots for flowFrame objects. If the object has only a single
parameter this produces a histogram. For
exactly two parameters we plot a bivariate density map (see
smoothScatter) and for more than two parameters we
produce a simple splom plot. To select specific
parameters from a flowFrame for plotting, either subset the object or
specify the parameters as a character vector in the second argument to
plot. The smooth parameters lets you toggle between
density-type smoothScatter plots and regular scatter
or pairs plots. For far more sophisticated plotting of flow cytometry data,
see the lattice-style plot methods provided by this package.
F. Hahne
xyplot,
flowFrame,
densityplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.