Utility function to determine whether an object is a numeric vector with all positive (or zero) values.

.is_positive_numeric_vector(vector)

Arguments

vector

vector to be tested

Value

boolean. TRUE if vector is a positive numeric vector. FALSE otherwise