densityplot.residLen: Lattice density plot for residual lengths

Description Usage Arguments Value Author(s) See Also Examples

Description

Lattice densityplot method for residLen objects.

Usage

1
2
## S3 method for class 'residLen'
densityplot(x, ..., xlab = NULL, ylab = NULL)

Arguments

x

Object of class "residLen", the result of a call to residLen.

xlab, ylab

Axis labels. If not supplied, suitable defaults are generated, depending on whether RDA or CCA was used as the underlying ordination model.

...

Additional arguments passed to densityplot.

Value

Returns an object of class "trellis". See densityplot for details.

Author(s)

Gavin L. Simpson

See Also

residLen, plot.residLen, hist.residLen, histogram.residLen.

Examples

1
2
3
4
5
6
7
8
9
## load the Imbrie and Kipp example data
data(ImbrieKipp, SumSST, V12.122)

## squared residual lengths for Core V12.122
rlens <- residLen(ImbrieKipp, SumSST, V12.122)
rlens

## plot the density functions of the residual distances
densityplot(rlens)

gavinsimpson/analogue documentation built on June 17, 2021, 2:37 a.m.