File: plot.varcomp.Rd

package info (click to toggle)
r-cran-ape 5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,932 kB
  • sloc: ansic: 7,626; cpp: 116; sh: 17; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\name{plot.varcomp}
\alias{plot.varcomp}
\title{Plot Variance Components}
\description{
  Plot previously estimated variance components.
}
\usage{
\method{plot}{varcomp}(x, xlab = "Levels", ylab = "Variance", type = "b", ...)
}
\arguments{
  \item{x}{ A \var{varcomp} object}
  \item{xlab}{ x axis label}
  \item{ylab}{ y axis label }
  \item{type}{ plot type ("l", "p" or "b", see \code{\link{plot}})}
  \item{\dots}{Further argument sent to the \code{\link[lattice]{xyplot}} function.}
}
\value{
  The same as \code{\link[lattice]{xyplot}}.
}
\author{Julien Dutheil \email{dutheil@evolbio.mpg.de}}
\seealso{\code{\link{varcomp}}}
\keyword{hplot}