R/bstick.decorana.R

Defines functions `bstick.decorana`

`bstick.decorana` <-
    function(n, ...)
{
    tot.chi <- n$totchi
    ## assume full rank input
    n.comp <- min(nrow(n$rproj), nrow(n$cproj)) - 1
    res <- bstick.default(n.comp, tot.chi, ...)
    ## only four axes in decorana
    res <- res[1:4]
    names(res) <- names(n$evals)
    res
}

Try the vegan package in your browser

Any scripts or data that you put into this service are public.

vegan documentation built on Oct. 11, 2022, 5:06 p.m.