numeq | R Documentation |
two numerical values may be slightly off in their decimal precision. These may be considered equivalent values but the '==' operator will return FALSE. This tests for equivalence of two values with some lower tolerance limit
numeq(x, y, tol = .Machine$double.eps^0.5)
logical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.