Description Usage Arguments Value Examples
Test whether an object is a whole number.
1 | is.wholenumber(x, tol = .Machine$double.eps^0.5)
|
x |
object to be tested |
tol |
tolerance within which a number is said to be whole |
Vector of logicals.
1 | is.wholenumber(seq(-3,3,.5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.