intervalsToSeq.matrix: Generates a vector of indices from a matrix of intervals
Description
Generates a vector of indices from a matrix of intervals.
Usage
"intervalsToSeq"(fromTo, sort=FALSE, unique=FALSE, ...)
Arguments
sort
If TRUE
, the returned indices are ordered. unique
If TRUE
, the returned indices are unique.