Skip to contents

Delay of order N

Usage

delayN(variable, length, order, initial = NULL)

Arguments

variable

Variable to delay.

length

Length of the delay.

order

Order of the delay.

initial

Value to initialize the accumulator with. If NULL, the first value of the variable to delay is used. Defaults to NULL.

Value

Delayed variable