Description Usage Arguments Value Examples
Given an rle
this function will return a dataframe of starts, ends, and indexes thereof of the run lengths.
Credit: https://stackoverflow.com/questions/43875716/find-start-and-end-positions-indices-of-runs-consecutive-values
1 | rleIndex(input_rle)
|
x |
|
(data.frame) |
A data.frame with length, values, start and end indices. |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.