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