densityplot.residLen | R Documentation |
Lattice densityplot
method for
residLen
objects.
## S3 method for class 'residLen'
densityplot(x, ..., xlab = NULL, ylab = NULL)
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
|
Returns an object of class "trellis"
. See
densityplot
for details.
Gavin L. Simpson
residLen
, plot.residLen
,
hist.residLen
, histogram.residLen
.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.