redefineIndices: Redefines indices based on a time vector.

Description Usage Arguments Value See Also Examples

View source: R/redefineIndices.R

Description

redefineIndices redefines the values of a numeric vector containing indices (integers) as group indices so that groups recieve values in the order their first value occurs.

Usage

1
redefineIndices(x, notchange = NULL)

Arguments

x

A numeric vector with integers as group indices.

notchange

An integer vector specifying which original index values should not be changed. Default is notchange = NULL, i.e. all indices will be changed.

Value

A data.frame object with the redefined index values.

See Also

#.

Examples

1
#

henningte/herdersTA documentation built on Jan. 22, 2020, 5:16 a.m.