R/utils.R
dot-isPosInt.Rd
Check whether a number is a positive integer
.isPosInt(x, tol = .Machine$double.eps^0.5)
Numeric number to test
Numeric tolerance of detection
A logical value: whether the number is a positive integer.