create_model_from_tabular: Create a 'heemod' Model From Tabular Files Info

View source: R/tabular_input.R

create_model_from_tabularR 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().


heemod documentation built on July 26, 2023, 5:45 p.m.