Skip to contents

A function in the metab_model_interface. Returns the daily data that were passed to a metabolism model.

Usage

get_data_daily(metab_model)

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

Arguments

metab_model

A metabolism model that implements the metab_model_interface.

Value

A data frame or NULL when no daily data were supplied.

Methods (by class)

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

Examples

get_data_daily(metab_model())
#>         date
#> 1 2050-03-14