R/bestpart.uncertainty.R

## this returns a #habclasses x #spp matrix
bestpart.uncertainty <-
function (object, ...)
{
    sapply(lapply(object$uncertainty, bestpart.uncertainty1), rowMeans)
}

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.