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