-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathplotPrior.Rd
37 lines (34 loc) · 1.03 KB
/
plotPrior.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mkPriors.R
\name{plotPrior}
\alias{plotPrior}
\title{Plots a flowClust prior over some data.}
\usage{
plotPrior(data, prior, dims = NULL, ...)
}
\arguments{
\item{data}{On object of class "flowFrame". The data to be plotted.}
\item{prior}{An object of class "flowClustPrior", or "flowClustPriorList",
returned by a call to \code{mkPrior}.}
\item{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.}
\item{\dots}{Additional arguments to plotting functions, such as
\code{smooth=TRUE/FALSE}}
}
\value{
Silently returns zero.
}
\description{
Plots a flowClust prior overlaid on data.
}
\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).
}
\author{
Greg Finak <gfinak@fhcrc.org>
}
\keyword{aplot}
\keyword{dplot}