dot-is_positive_numeric_vector.RdUtility function to determine whether an object is a numeric vector with all positive (or zero) values.
.is_positive_numeric_vector(vector)
| vector | vector to be tested |
|---|
boolean. TRUE if vector is a positive numeric vector. FALSE otherwise