R/dLRs.R

`dLRs` <- function(x) {
return(IQR(diff(na.omit(x))) / (4 * qnorm((1 + 0.5) / 2) / sqrt(2)))
}

Try the ADM3 package in your browser

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

ADM3 documentation built on May 29, 2017, 6:05 p.m.