R/exactmean.R

Defines functions `exactmean`

`exactmean` <- function(x)
{
    ## Drops NA and NaN values!
    .Call(dplR.exactmean, as.double(x[!is.na(x)]))
}

Try the dplR package in your browser

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

dplR documentation built on May 2, 2019, 6:06 p.m.