R/bestpart.multicut.R

## this returns an n x #spp matrix
bestpart.multicut <-
function (object, ...)
{
    bp <- sapply(object$species, "[[", "bestpart")
    bp[match(strata(object), rownames(bp)),,drop=FALSE]
}

Try the opticut package in your browser

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

opticut documentation built on May 2, 2019, 5:09 a.m.