Skip to contents

Metabolism models in the streamMetabolizer package all implement a common set of core functions. These functions are conceptually packaged as the metab_model_interface defined here.

Format

A collection of functions which any metabolism model in streamMetabolizer should implement.

Functions in the interface

Examples

methods(class="metab_model")
#>  [1] get_data         get_data_daily   get_fit          get_fitting_time
#>  [5] get_info         get_param_names  get_params       get_specs       
#>  [9] get_version      predict_DO       predict_metab    show            
#> see '?methods' for accessing help and source code