Generates a vector of indices from a matrix of intervals.

# S3 method for matrix
intervalsToSeq(fromTo, sort=FALSE, unique=FALSE, ...)

Arguments

fromTo

An Nx2 integer matrix.

sort

If TRUE, the returned indices are ordered.

unique

If TRUE, the returned indices are unique.

...

Not used.

Author

Henrik Bengtsson

See also

Examples