Checks whether a value, or all values in a vector, is within inclusive limits
Checks whether a value, or all values in a vector, is within inclusive limits
is_in_inclusive(x, lims)
x |
A numeric value, or vector of values. |
lims |
A two-element vector of (min, max) values for the inclusive
limits. If |
A logical vector the same length as x
, indicating whether
each element of x
is within the inclusive limits given by
lims
.
Caroline Ring
Ring, Caroline L., et al. "Identifying populations sensitive to environmental chemicals by simulating toxicokinetic variability." Environment International 106 (2017): 105-118
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.