| densityplot.residLen {analogue} | R Documentation |
Lattice densityplot method for
residLen objects.
## S3 method for class 'residLen': densityplot(x, ..., xlab = NULL, ylab = NULL)
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. |
Returns an object of class "trellis". See
densityplot for details.
Gavin L. Simpson
residLen, plot.residLen,
hist.residLen, histogram.residLen.
data(swapdiat, swappH, rlgh) ## squared residual lengths for RLGH rlens <- residLen(swapdiat, swappH, rlgh) rlens ## plot the density functions of the residual distances densityplot(rlens)