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 29, 2024, 1:17 a.m.