is.wholenumber | R Documentation |
Check whole Numbers
is.wholenumber(x, tol = .Machine$double.eps^0.5)
x |
numeric. |
tol |
the smallest positive floating-point number x such that 1 + x != 1. |
A logical scalar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.