powered by
The rleC computes RLE from bit-level (clipping or trending representation) vector.
rleC
rleC(x)
the integer vector (from clipping or trending)
clipping
trending
the list of values and counts of zeros and ones
# NOT RUN { # clipping clipped <- clipping(rnorm(50)) rleC(clipped) # trending trended <- trending(rnorm(50)) rleC(trended) # }
Run the code above in your browser using DataLab