select.envfit: Dose the R²-cutoff

Description Usage Arguments Value Examples

Description

Selects the fitted vectors of a ordination by a certai the r²-cutoff

Usage

1
select.envfit(fit, r.select)

Arguments

fit

fitted vecoter from vegan

r.select

r²-cutoff

Value

the fitted vectors without the r² value higher than the cutoff

Examples

1
2
3
fit <- envfit(ord, env, permutations = 1000)
out <- select.envfit(fit, r.select = 0.3))
out

SvenRubanschi/simpECO documentation built on June 4, 2019, 12:13 a.m.