View source: R/set_tolerance.R
| set_tolerance | R Documentation |
Sets the numeric tolerance for floating-point comparisons, allowing small differences within the tolerance to be treated as equal.
set_tolerance(tolerance = 0)
tolerance |
A non-negative numeric value specifying the tolerance level. |
Invisible NULL. Called for its side effect of updating the tolerance setting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.