tolerance(x, ...)## S3 method for class 'cca':
tolerance(x, choices = 1:2, which = c("species","sites"),
scaling = "species", useN2 = FALSE, hill = FALSE, ...)
"cca"
."species"
or "sites"
,
indicating whether species tolerances or sample heterogeneities
respectively are computed.scores.cca
for details.scaling
is a character,
these control whether Hill's scaling is used for (C)CA
respectively. See scores.cca
for details.data(dune)
data(dune.env)
mod <- cca(dune ~ ., data = dune.env)
## defaults to species tolerances
tolerance(mod)
## sample heterogeneities for CCA axes 1:6
tolerance(mod, which = "sites", choices = 1:6)
Run the code above in your browser using DataLab