is_posNum {fMRItools} | R Documentation |
Is this object a positive number? (Or non-negative)
is_posNum(x, zero_ok = FALSE)
x |
The value to check |
zero_ok |
Is a value of zero ok? |
Logical indicating if x
is a single positive or non-negative
number