isBetween | R Documentation |
Is a numeric value between two other values?
isBetween(x, a, b = NULL, include.ends = FALSE, na.convert = TRUE)
x |
vector of numeric values to check. |
a, b |
numeric values describing range. |
include.ends |
logical. Should test include |
na.convert |
logical. If |
Order of a
and b
does not matter. If b
is
NULL
the range will be taken from values in a
.
Eric Archer eric.archer@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.