Last data update: 2014.03.03

R: Generates the values of variables for a linear inverse...
VariablesR Documentation

Generates the values of variables for a linear inverse (foodweb) problem

Description

Given an linear inverse model input list, generates the values of the inverse variables

Usage

Variables (lim, res, ...)

Arguments

lim

a list that contains the linear inverse model specification, as generated by function setup.limfile.

res

the solved linear inverse problem; if not specified, the model is solved first, using Lsei.lim<.

...

extra parameters passed to function Lsei.lim.

Value

the variables, a one-column data.frame

Author(s)

Karline Soetaert <karline.soetaert@nioz.nl>

See Also

Varranges which estimates the ranges of variables.

Examples

 Variables(LIMRigaAutumn)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(LIM)
Loading required package: limSolve
Loading required package: diagram
Loading required package: shape
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/LIM/Variables.Rd_%03d_medium.png", width=480, height=480)
> ### Name: Variables
> ### Title: Generates the values of variables for a linear inverse (foodweb)
> ###   problem
> ### Aliases: Variables
> ### Keywords: utilities
> 
> ### ** Examples
> 
>  Variables(LIMRigaAutumn)
                        values
GrossProdP1          31.318203
RespirationP1        17.225012
DocReleaseP1          1.565910
SedP1                 0.100000
GrossProdP2          54.461797
RespirationP2        29.953988
DocReleaseP2          2.723090
SedP2                 0.340000
GrossPrimProd        85.780000
Totalresp           335.770000
ZooDOCrelease         3.963226
ZooGrazing           39.632256
ZooFaeces             3.183226
ZooFaecesSed          0.780000
ZooAssimilation      31.705805
ZooRespiration       30.195805
BactRespiration     244.992226
BactAssimilation    261.182226
SedB                  0.000000
NanoRespiration      13.402970
NanoGrazing          13.562970
NanoGrazingBacteria   9.440000
NanoGrazingP1         4.122970
NanoAssimilation     13.562970
DetritusDOCrelease    0.000000
SedD                 13.920000
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>