R/beta2i.R

Defines functions beta2i

Documented in beta2i

beta2i <- function(x, scale=1) {
    abs(tanh(x * scale))
}

Try the opticut package in your browser

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

opticut documentation built on May 2, 2019, 5:09 a.m.