intervalsToSeq.matrix {R.utils}R Documentation

Generates a vector of indices from a matrix of intervals

Description

Generates a vector of indices from a matrix of intervals.

Usage

## S3 method for class '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(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

seqToIntervals().

Examples

## Not run: See example(seqToIntervals)

[Package R.utils version 1.1.1 Index]