Extract user-supplied model metadata
Source:R/metab_model_interface.R, R/metab_model-class.R
get_info.RdA function in the metab_model_interface. Returns any user-supplied
metadata.
See also
Other metab_model_interface:
get_data(),
get_data_daily(),
get_fit(),
get_fitting_time(),
get_param_names(),
get_params(),
get_specs(),
get_version(),
predict_DO(),
predict_metab()
Examples
get_info(metab_model(info = list(site = "Example stream")))
#> $site
#> [1] "Example stream"
#>