View source: R/extract_lim_data.R
extractLIMdata | R Documentation |
This function automatically extracts (physiological) data from a LIM that is formatted with tags.
extractLIMdata(model, verbose = TRUE)
model |
(required) A named list containing elements with food web model data.
|
verbose |
(optional) Should the function provide messages? |
In order for this function to work, the LIM must be set-up in a specific way. The flows and variables representing assimilation, growth, defecation, and mortality of an organism must be named as: "compartmentTag" or "tagCompartment" (not case sensitive). The dead compartments must include the deadTag. For more information on setting up the LIM, please review the vignette.
Returns a list with flowmatrix FM
, biomasses BM
, conversion efficiencies
CE$AE and CE$GE
, names of external compartments externals
, information on dead
compartments dead
, and mortality rates MR
.
LIM
package, Soetaert & van Oevelen 2015.
getJacobian
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.