| histogram.residLen {analogue} | R Documentation |
Lattice histogram plot for residual lengths
Description
Lattice histogram method for
residLen objects.
Usage
## S3 method for class 'residLen'
histogram(x, ..., xlab = NULL, ylab = NULL,
type = c("percent", "count", "density"))
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. |
type |
Character string indicating type of histogram to be
drawn. See |
... |
Additional arguments passed to
|
Value
Returns an object of class "trellis". See
histogram for details.
Author(s)
Gavin L. Simpson
See Also
residLen, plot.residLen,
hist.residLen, densityplot.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 a histogram of the residual distances
histogram(rlens)
[Package analogue version 0.17-6 Index]