.isPosInt | R Documentation |
Check whether a number is a positive integer
.isPosInt(x, tol = .Machine$double.eps^0.5)
x |
Numeric number to test |
tol |
Numeric tolerance of detection |
A logical value: whether the number is a positive integer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.