Learn R Programming

IRanges (version 2.6.0)

Rle-class-leftovers: Rle objects (old man page)

Description

IMPORTANT NOTE - 7/3/2014: This man page is being refactored. Most of the things that used to be documented here have been moved to the man page for Rle objects located in the S4Vectors package.

Arguments

See Also

The Rle class defined and documented in the S4Vectors package.

Examples

Run this code
x <- Rle(10:1, 1:10)
x

Run the code above in your browser using DataLab