Description Usage Arguments Value See Also
View source: R/helper_functions.R
Update a paramter table with new values
1 | update_params(new_params, param_table)
|
new_params |
a named vector of parameter values to update the param table. |
param_table |
data.table containing the following columns: parameter, value, and units, this is the basic parameter table that will be updated with the new values. |
updated data.table containing the new parameter values
Other helper functions:
configure_model()
,
solve_model()
Other parameters:
default_params
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.