intervalsToSeq.matrix {R.utils} | R Documentation |
Generates a vector of indices from a matrix of intervals.
## S3 method for class 'matrix'
intervalsToSeq(fromTo, sort=FALSE, unique=FALSE, ...)
fromTo |
|
sort |
If |
unique |
If |
... |
Not used. |
Henrik Bengtsson
## Not run: See example(seqToIntervals)