R/tbrm.R

Defines functions `tbrm`

`tbrm` <- function(x, C=9)
{
    .Call(dplR.tbrm, as.double(x[!is.na(x)]), C)
}

Try the dplR package in your browser

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

dplR documentation built on Aug. 30, 2023, 9:08 a.m.