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

View source: R/Varranges.R

VarrangesR Documentation

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, ...)

Arguments

lim

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

...

extra arguments passed to function varranges.

Value

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

Author(s)

Karline Soetaert <karline.soetaert@nioz.nl>

See Also

Xranges which estimates the ranges of unknowns

Plotranges to plot the ranges

Examples

Varranges(LIMRigaAutumn)

LIM documentation built on May 11, 2022, 5:05 p.m.

Related to Varranges in LIM...