is.wholenumber | R Documentation |
Define function to check an integer
is.wholenumber(x, tol = .Machine$double.eps^0.5)
x |
a numeric |
tol |
a real which defines the tolerance |
a logical. TRUE if x
is an integer, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.