plotPrior: Plots a flowClust prior over some data.

View source: R/mkPriors.R

plotPriorR Documentation

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

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

Value

Silently returns zero.

Author(s)

Greg Finak <gfinak@fhcrc.org>


RGLab/flowStats documentation built on July 20, 2023, 1:33 a.m.