Extract the fitting data from a metabolism model.
Source:R/metab_model_interface.R
, R/metab_model-class.R
get_data.Rd
A function in the metab_model_interface. Returns the data that were passed to a metabolism model.
Arguments
- metab_model
A metabolism model, implementing the metab_model_interface, for which to return the data
See also
Other metab_model_interface:
get_data_daily()
,
get_fitting_time()
,
get_fit()
,
get_info()
,
get_param_names()
,
get_params()
,
get_specs()
,
get_version()
,
predict_DO()
,
predict_metab()