]> git.donarmstrong.com Git - ape.git/blob - man/plot.varcomp.Rd
current 2.1 release
[ape.git] / man / plot.varcomp.Rd
1 \name{plot.varcomp}
2 \alias{plot.varcomp}
3 \title{Plot Variance Components}
4 \description{
5   Plot previously estimated variance components.
6 }
7 \usage{
8 \method{plot}{varcomp}(x, xlab = "Levels", ylab = "Variance", type = "b", ...)
9 }
10 \arguments{
11   \item{x}{ A \var{varcomp} object}
12   \item{xlab}{ x axis label}
13   \item{ylab}{ y axis label }
14   \item{type}{ plot type ("l", "p" or "b", see \code{\link{plot}})}
15   \item{\dots}{Further argument sent to the \code{\link[lattice]{xyplot}} function.}
16 }
17 \value{
18   The same as \code{\link[lattice]{xyplot}}.
19 }
20 \author{Julien Dutheil \email{julien.dutheil@univ-montp2.fr}}
21 \seealso{\code{\link{varcomp}}}
22 \keyword{hplot}