hist.flowClust | R Documentation |
This method generates a one-dimensional density plot for the specified dimension (variable) based on the robust model-based clustering results. A histogram of the actual data or cluster assignment is optional for display.
## S3 method for class 'flowClust'
hist(
x,
data = NULL,
subset = 1,
include = 1:(x@K),
histogram = TRUE,
labels = TRUE,
ylab = "Density",
main = NULL,
col = NULL,
pch = 20,
cex = 0.6,
...
)
## S3 method for class 'flowClustList'
hist(x, ...)
x |
Object returned from |
data |
A numeric vector, matrix, data frame of observations, or object
of class |
subset |
An integer indicating which variable is selected for the plot.
Alternatively, a character string containing the name of the variable is
allowed if |
include |
A numeric vector specifying which clusters are shown on the plot. By default, all clusters are included. |
histogram |
A logical value indicating whether a histogram of the actual data is made in addition to the density plot or not. |
labels |
A logical value indicating whether information about cluster assignment is shown or not. |
ylab |
Labels for the |
main |
Title of the plot. |
col |
Colors of the plotting characters displaying the cluster
assignment (if |
pch |
Plotting character used to show the cluster assignment. |
cex |
Size of the plotting character showing the cluster assignment. |
... |
other arguments xlim The range of ylim The range of breaks Content to be passed to the ... Further arguments passed to if |
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
, plot
,
density
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.