R/specpool2vect.R

"specpool2vect" <-
function(X, index = c("jack1","jack2", "chao", "boot", "Species"))
{
    pool <- attr(X, "pool")
    index <- match.arg(index)
    X[[index]][pool]
}
vegandevs/vegan documentation built on May 6, 2024, 7:34 p.m.