Description Usage Arguments References
View source: R/imageProcessing.R
R's base function is.integer(x) does not test if x contains integer numbers. Hence the added helper to test for integer.
1 | is.wholenumber(x, tol = .Machine$double.eps^0.5)
|
x |
A numeric value to be tested upon. |
tol |
A default tolerance level. |
R Core Team (2021). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. link.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.