Internal function to set up a delayN accumulator.
Usage
setup_delayN(initial, length, order, name)
Arguments
- initial
Initial value for the accumulator. If NULL, the first value of the variable to delay is used. Defaults to NULL.
- length
Length of the delay.
- order
Order of the delay.
- name
Name of the accumulator.
Value
A named vector of initial values for the accumulator.