Maps values to intervals
Maps values to intervals by returning an index vector
specifying the (first)
interval that each value maps to, if any.
## S3 method for class 'numeric' mapToIntervals(x, intervals, includeLower=TRUE, includeUpper=TRUE, ...)
x |
|
intervals |
The N intervals to be matched against.
If an Nx2 |
includeLower, includeUpper |
If |
... |
Not used. |
Henrik Bengtsson
inAnyInterval
().
match
().
findInterval
().
cut
().
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.