Learn R Programming

dostats (version 1.3.3)

seq_consecutive: 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.