plot.varcomp: Plot Variance Components

View source: R/varcomp.R

plot.varcompR Documentation

Plot Variance Components

Description

Plot previously estimated variance components.

Usage

## S3 method for class 'varcomp'
plot(x, xlab = "Levels", ylab = "Variance", type = "b", ...)

Arguments

x

A varcomp object

xlab

x axis label

ylab

y axis label

type

plot type ("l", "p" or "b", see plot)

...

Further argument sent to the xyplot function.

Value

The same as xyplot.

Author(s)

Julien Dutheil dutheil@evolbio.mpg.de

See Also

varcomp


ape documentation built on March 31, 2023, 6:56 p.m.