R/RcppExports.R
    cluster_interval.RdCluster ranges which are implemented as 2 equal-length numeric vectors.
cluster_interval(starts, ends, max_distance = 0L)
| starts | A numeric vector that defines the starts of each interval | 
|---|---|
| ends | A numeric vector that defines the ends of each interval | 
| max_distance | The maximum distance up to which intervals are still considered to be the same cluster. Default: 0. | 
#> [1] TRUE TRUE TRUE