Description Usage Arguments Value
This helper function ensures a default tolerance level equal to 1e-10
,
and ignores names and other attributes.
In contrast to all.equal()
, it always returns a logical type object.
1 | h_all_equivalent(target, current, tolerance = 1e-10)
|
target |
( |
current |
( |
tolerance |
( |
TRUE
when target
and current
do not differ
up to desired tolerance and without looking at names or other attributes,
FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.