get_fitting_time: Extract the amount of time that was required to fit the...

View source: R/metab_model_interface.R

get_fitting_timeR Documentation

Extract the amount of time that was required to fit the metabolism model.

Description

A function in the metab_model_interface. Returns the time that was taken to fit the model; see proc.time for details.

Usage

get_fitting_time(metab_model)

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

Arguments

metab_model

A metabolism model, implementing the metab_model_interface, for which to return the time

Value

An proc_time object

Methods (by class)

  • metab_model: This implementation is shared by many model types

See Also

Other metab_model_interface: get_data_daily(), get_data(), get_fit(), get_info(), get_param_names(), get_params(), get_specs(), get_version(), predict_DO(), predict_metab()


USGS-R/streamMetabolizer documentation built on Aug. 15, 2023, 7:50 a.m.