R/trunca.R

Defines functions trunca

trunca <- function(x) min(max(x, 10^-5), 10^5)
jmmorales/JSMM documentation built on May 19, 2019, 1:54 p.m.