compute_values {heemod} | R Documentation |
Given states and counts, computes the total state values per cycle.
compute_values(states, count_list, strategy_starting_values)
states |
An object of class |
count_list |
An object of class |
strategy_starting_values |
An object of class |
A data.frame of state values, one column per state value and one row per cycle.