powered by
Generates a vector of indices from a matrix of intervals.
# S3 method for matrix intervalsToSeq(fromTo, sort=FALSE, unique=FALSE, ...)
An Nx2 integer matrix.
integer
matrix
If TRUE, the returned indices are ordered.
TRUE
If TRUE, the returned indices are unique.
Not used.
seqToIntervals().
seqToIntervals
# NOT RUN { See example(seqToIntervals) # }
Run the code above in your browser using DataLab