Get rid of zeros in a numeric vector before taking
the logarithm of them. We basically replace the "zeros" with a negligible small
value in order to avoid NaN upon the log-transformation.
Usage
avoidZero(x, fac = 10)
Value
a vector of value with zeros replaced.
Arguments
x
numeric values as input
fac
numeric a factor of scale in order to get a "small" value to
replace zeros