crlag(timeslab)R Documentation

Apply the Circular Shift Operator to a Vector

Description

Apply the Circular Shift Operator to a Vector

Usage

crlag(x)

Arguments

x An array.

Value

crlag returns the array that results from applying the circular shift operator to the original array.


[Package Contents]