plotPrior | R Documentation |
Plots a flowClust prior overlaid on data.
plotPrior(data, prior, dims = NULL, ...)
data |
On object of class "flowFrame". The data to be plotted. |
prior |
An object of class "flowClustPrior", or "flowClustPriorList",
returned by a call to |
dims |
A character vector of the dimensions to be included in the plot. The dimension names should match column names in the prior and in the flowFrame. |
... |
Additional arguments to plotting functions, such as
|
Generates a plot of a "flowClustPrior" or "flowClustPriorList" object overlaid on some data. Plots the prior means (Mu0), prior covariance of the means (Omega0), and prior sample covariance (Lambda0).
Silently returns zero.
Greg Finak <gfinak@fhcrc.org>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.