Usage
envfit(X, P, permutations = 0, strata, choices=c(1,2))
## S3 method for class 'envfit':
plot(x, choices = c(1,2), arrow.mul = 1, col = "blue", add = TRUE, ...)
vectorfit(X, P, permutations = 0, strata, choices=c(1,2))
factorfit(X, P, permutations = 0, strata, choices=c(1,2))
Arguments
X
Ordination configuration.
P
Matrix or vector of environmental variable(s).
permutations
Number of permutations for assessing significance
of vectors or factors.
x
A result object from envfit
.
arrow.mul
Multiplier for vector lengths.
add
Results added to an existing ordination plot.
strata
An integer vector or factor specifying the strata for
permutation. If supplied, observations are permuted only within the
specified strata.
...
Parameters to text
function.