R/helpers.R
transformConc2Log.Rd
Convert concentration to log10 and replace zero's
transformConc2Log(conc)
numeric, concentrations.
numeric, log10 transformed concentrations
transformConc2Log(c(0.1, 0.01,0.001)) #> [1] -1 -2 -3