is.wholenumber | R Documentation |
Test if each value in a vector is a whole number. Taken from ?is.integer and documentation is added here.
is.wholenumber(x, tol = .Machine$double.eps^0.5)
x |
vector |
tol |
tolerance |
vector of TRUE/FALSE corresponding to each element of x
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.