seq_consecutive {dostats} | R Documentation |
compute an indicator to group consecutive values
Description
computes a vector that changes every time the element is different from the previous.
Usage
seq_consecutive(x, ...)
Arguments
x |
a vector |
... |
ignored, might be used for forward compatibility. |
Value
an integer vector.
[Package dostats version 1.3.3 Index]