Learn R Programming

heemod (version 0.6.0)

expand_state: Expand Time-Dependant States into Tunnel States

Description

This function for transition matrices and state values expands states relying on state_cycle in a serie of tunnels states.

Usage

expand_state(x, ...)
"expand_state"(x, state_pos, state_name, cycles, n = 1)
"expand_state"(x, state_name, cycles)

Arguments

x
A transition matrix or a state list.
...
Addition parameters passed to methods.
state_pos
Position of the state to expand.
state_name
Original name of the sate to expand.
cycles
Number of cycle of the model.
n
Postition in the expansion process.

Value

The same object type as the input.