Rdocumentation
powered by
Learn R Programming
R.utils (version 2.3.0)
inAnyInterval.numeric: Checks if a set of values are inside one or more intervals
Description
Checks if a set of values are inside one or more intervals.
Usage
"inAnyInterval"(...)
Arguments
...
Arguments passed to
*mapToIntervals
()
.
Value
Returns a
logical
vector
.
See Also
mapToIntervals
().