.is_positive_numeric_vector | R Documentation |
Utility 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.