View source: R/extract_lim_data.R
getVariables | R Documentation |
This function calculates the value of variables as defined in the LIM from the flow solutions.
getVariables(readLIM, web = NULL, lim = NULL, verbose = TRUE)
readLIM |
(required) A linear inverse model read into the R environment with the R-package LIM.
Can be achieved with |
web |
(optional) The solved (food) web problem, i.e. the values of the unknowns; if not specified, the model is solved first, using Lsei. |
lim |
(option) A LIM that has been set up with the function (Setup(readLIM)). |
verbose |
(optional) Should the function provide messages? |
Variables in the LIM can be defined as the sum of flows, other variables and parameters. This function calculates the value of these variables based on the flow solutions and LIM parameters.
Returns a named vector with all variables.
LIM
package, Soetaert & van Oevelen 2015.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.