vector
specifying the (first)
interval that each value maps to, if any.## S3 method for class 'numeric':
mergeIntervals(intervals, ...)
Furthermore, the bounds are currently treated as real values. For instance, merging [0,1] and [2,3] will return the same intervals. Note, if integer intervals were treated specially, we would merge these intervals to integer interval [0,3] == {0,1,2,3}.
inAnyInterval
().
match
().