View source: R/tabular_input.R
create_model_from_tabular | R Documentation |
heRomod
Model From Tabular Files InfoCalls create_states_from_tabular()
and
create_matrix_from_tabular()
.
create_model_from_tabular(
state_info,
tm_info,
df_env = globalenv(),
state_trans_info = NULL,
start_info = NULL
)
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. |
A heRomod
model as returned by
define_strategy()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.