Description Usage Arguments Value Examples
Counts the lengths of successions of identical values in a vector.
1 | successions(x)
|
x |
An atomic vector. |
A list containing the indices of the successions (index), the total number of successions (successions), the unique value of each succession (value) and the lengths of the successions (length)
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.