avoidZero {ELISAtools} | R Documentation |
Get rid of zeros in a numeric vector
Description
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)
Arguments
x |
numeric values as input |
fac |
numeric a factor of scale in order to get a "small" value to replace zeros |
Value
a vector of value with zeros replaced.
[Package ELISAtools version 0.1.5 Index]