modernize_metab_model: Update a metabolism model from SB to meet current formatting...

View source: R/modernize_metab_model.R

modernize_metab_modelR Documentation

Update a metabolism model from SB to meet current formatting requirements

Description

Known changes since first models include:

Usage

modernize_metab_model(metab_model)

Arguments

metab_model

a model or list of models

Details

(1) config was the entire info slot, now is an element named config in a list that is the info slot.

(2) config df has more columns now; old columns have not changed names or contents.

(3a) the column named 'local.time' in early fits is now named 'solar.time'.

(3b) the column named 'date' in early fits and 'local.date' and 'solar.date' in later rounds is now [again] named 'date'.

(4) the args list may be expanded from before and is now named specs and is of class specs.


USGS-R/mda.streams documentation built on June 3, 2023, 8:43 a.m.