Extract model fitting specifications
Source:R/metab_model_interface.R, R/metab_model-class.R
get_specs.RdA function in the metab_model_interface. Returns the specifications that
were
passed in when fitting the metabolism model.
Value
The list of specifications passed to metab().
See also
Other metab_model_interface:
get_data(),
get_data_daily(),
get_fit(),
get_fitting_time(),
get_info(),
get_param_names(),
get_params(),
get_version(),
predict_DO(),
predict_metab()
Examples
get_specs(metab_model(specs = list(day_start = 4, day_end = 28)))
#> Model specifications:
#> day_start 4
#> day_end 28