This function for transition matrices and state values
expands states relying on state_time
in a series
of tunnels states.
expand_state(x, ...)# S3 method for uneval_matrix
expand_state(x, state_pos, state_name, cycles, n = 1, ...)
# S3 method for uneval_state_list
expand_state(x, state_name, cycles, ...)
# S3 method for uneval_inflow
expand_state(x, ...)
# S3 method for uneval_init
expand_state(x, state_name, cycles, ...)
The same object type as the input.
A transition matrix or a state list.
Addition parameters passed to methods.
Position of the state to expand.
Original name of the sate to expand.
Number of cycle of the model.
Position in the expansion process.