View source: R/functions_cleaning.R
evade_floating_point_errors | R Documentation |
Sets values that should be zero but are >0 (e.g. 1e-13) on zero.
evade_floating_point_errors(x, LIMIT = 1e-13)
x |
numeric input |
LIMIT |
limit under which value is set to 0 |
numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.