isclose | R Documentation |
Asserts wether two vectors of the same length are close in value below a given threshold
isclose(x, y, e = 1e-10)
x: |
condition to be tested |
y: |
message to be printed |
TRUE when the distance of two numbers is smaller than a given value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.