R.utils (version 1.6.4)

intervalsToSeq.matrix: 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}(fromTo, sort=FALSE, unique=FALSE, ...)':
intervalsToSequndefined

fromTo{An Nx2 integer matrix.}
  sort{If TRUE, the returned indices are ordered.}
  unique{If TRUE, the returned indices are unique.}
  ...{Not used.}

[object Object]

See example(seqToIntervals)

seqToIntervals().


methods
attribute

Arguments