plot,flowDens-method | R Documentation |
This method makes use of the flowDens
object returned by
density
to generate a contour or image
plot.
## S4 method for signature 'flowDens,missing'
plot(
x,
type = c("contour", "image"),
nlevels = 30,
scale = c("raw", "log", "sqrt"),
color = c("rainbow", "heat.colors", "terrain.colors", "topo.colors", "cm.colors",
"gray"),
xlab = colnames(x@dx),
ylab = colnames(x@dy),
...
)
x |
The |
type |
Either |
nlevels |
An integer to specify the number of contour levels or colors shown in the plot. |
scale |
If |
color |
A string containing the name of the function used to generate the desired list of colors. |
xlab, ylab |
Labels for the |
... |
Other arguments to be passed to |
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.
flowClust
, density
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.