delayN.Rd
Delay of order N
delayN(variable, length, order, initial = NULL)
Variable to delay.
Length of the delay.
Order of the delay.
Value to initialize the accumulator with. If NULL, the first value of the variable to delay is used. Defaults to NULL.
Delayed variable