R/mylog.R

Defines functions mylog

Documented in mylog

mylog <-
function(x){
   x[which(x<=1.0e-10)] <- 1
   return (log(x))
}

Try the discretization package in your browser

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

discretization documentation built on June 9, 2022, 5:09 p.m.