densityplot.residLen {analogue} | R Documentation |
Lattice density plot for residual lengths
Description
Lattice densityplot
method for
residLen
objects.
Usage
## S3 method for class 'residLen'
densityplot(x, ..., xlab = NULL, ylab = NULL)
Arguments
x |
Object of class |
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
|
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
## 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)
[Package analogue version 0.17-6 Index]