Learn R Programming

LIM (version 1.4.7.1)

Varranges: Generates ranges of the variables for a linear inverse problem

Description

Given an inverse input list, generates the minimal and maximal values of the variables (linear combinations of unknowns).

Usage

Varranges(lim, ...)

Value

a 2-columned vector containing the minimum (column 1) and maximum (column 2) of each variable.

Arguments

lim

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

...

extra arguments passed to function varranges.

Author

Karline Soetaert <karline.soetaert@nioz.nl>

See Also

Xranges which estimates the ranges of unknowns

Plotranges to plot the ranges

Examples

Run this code
Varranges(LIMRigaAutumn)

Run the code above in your browser using DataLab