Skip to contents

A function in the metab_model_interface. Returns the specifications that were passed in when fitting the metabolism model.

Usage

get_specs(metab_model)

# S3 method for class 'metab_model'
get_specs(metab_model)

Arguments

metab_model

A metabolism model that implements the metab_model_interface.

Value

The list of specifications passed to metab().

Methods (by class)

  • get_specs(metab_model): This implementation is shared by many model types

Examples

get_specs(metab_model(specs = list(day_start = 4, day_end = 28)))
#> Model specifications:
#>   day_start 4    
#>   day_end   28