View source: R/metab_model_interface.R
get_info | R Documentation |
A function in the metab_model_interface. Returns any user-supplied metadata.
get_info(metab_model)
## S3 method for class 'metab_model'
get_info(metab_model)
metab_model |
A metabolism model, implementing the metab_model_interface, for which to return the metadata information. |
The user-supplied metadata in the original format.
metab_model
: This implementation is shared by many model types
Other metab_model_interface:
get_data_daily()
,
get_data()
,
get_fitting_time()
,
get_fit()
,
get_param_names()
,
get_params()
,
get_specs()
,
get_version()
,
predict_DO()
,
predict_metab()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.