Learn R Programming

flowClust (version 3.10.1)

plotPrior: Plots a flowClust prior over some data.

Description

Plots a flowClust prior overlaid on data.

Usage

plotPrior(data, prior, dims = NULL, ...)

Arguments

data
On object of class "flowFrame". The data to be plotted.
prior
An object of class "flowClustPrior", or "flowClustPriorList", returned by a call to mkPrior.
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 smooth=TRUE/FALSE

Value

Silently returns zero.

Details

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).