is.wholenumber | R Documentation |
checks for whole numbers (integers)
is.wholenumber(x, tol = .Machine$double.eps^0.5)
x |
the numeric vector |
tol |
the tolerance |
TRUE or FALSE for each element of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.