create_model_from_tabular {heemod}R Documentation

Create a heemod Model From Tabular Files Info

Description

Calls create_states_from_tabular() and create_matrix_from_tabular().

Usage

create_model_from_tabular(state_info, tm_info, df_env = globalenv())

Arguments

state_info

A state tabular file (file path or parsed file).

tm_info

A transition matrix tabular file (file path or parsed file).

df_env

An environment containing external data.

Value

A heemod model as returned by define_strategy().


[Package heemod version 1.1.0 Index]