rleDiff-class: Class "rleDiff" of rle(diff(.)) Stored Vectors
Description
Class "rleDiff" is for compactly storing long vectors
which mainly consist of linear stretches. For such a vector
x, diff(x) consists of constant stretches
and is hence well compressable via rle().
Arguments
Objects from the Class
Objects can be created by calls of the form new("rleDiff", ...).