.is.wholenumber | R Documentation |
Check if x is a whole number
.is.wholenumber(x, tol = .Machine$double.eps^0.5)
x |
number to test |
tol |
the allowed tolerance |
boolean indicating whether x is tol away from a whole number value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.