dot-is_positive_numeric_vector: Utility functions for input validity.

.is_positive_numeric_vectorR Documentation

Utility functions for input validity.

Description

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

Usage

.is_positive_numeric_vector(vector)

Arguments

vector

vector to be tested

Value

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


covid-19-Re/estimateR documentation built on Sept. 14, 2024, 5:49 a.m.