isCountsOrZeros | R Documentation |
isCountsOrZeros
checks if vector contains only positive integers or
zeros.
isCountsOrZeros(x, na.rm = TRUE)
x |
Numeric vector or object that can be |
na.rm |
Logical indicating if |
Logical indicating if provided vector contains only positive integers or zeros.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.