View source: R/compute_ori_sca.R
is.wholenumber | R Documentation |
Check if a variable is a whole number
is.wholenumber(x, tol = .Machine$double.eps^0.5)
x |
A number. |
tol |
Tolerance threshold. |
A logical value indicating whether a number is an integer, given a certain tolerance threshold.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.