Varranges                package:LIM                R Documentation

_G_e_n_e_r_a_t_e_s _r_a_n_g_e_s _o_f _t_h_e _v_a_r_i_a_b_l_e_s _f_o_r _a _l_i_n_e_a_r _i_n_v_e_r_s_e _p_r_o_b_l_e_m

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

     Varranges(lim, ...)

_A_r_g_u_m_e_n_t_s:

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

    ... : extra arguments passed to function 'varranges'. 

_V_a_l_u_e:

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

_A_u_t_h_o_r(_s):

     Karline Soetaert <k.soetaert@nioo.knaw.nl>

_S_e_e _A_l_s_o:

     'Xranges' which estimates the ranges of unknowns

     'Plotranges' to plot the ranges

_E_x_a_m_p_l_e_s:

     Varranges(LIMRigaAutumn)

