is.wholenumber | R Documentation |
Utility function to test if x is "numerically" integer wrt machine epsilon taken from example section of help of is.integer
is.wholenumber(x, tol = .Machine[["double.eps"]]^0.5)
x |
value to check if it is "integer" |
tol |
tolerace |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.