View source: R/ctsem-package.R
test_isclose | R Documentation |
Tests if 2 values are close to each other
test_isclose(..., tol = 1e-08)
... |
values to compare |
tol |
tolerance |
Logical or testthat output.
test_isclose(1,1.0000001, tol=1e-4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.