Variables                package:LIM                R Documentation

_G_e_n_e_r_a_t_e_s _t_h_e _v_a_l_u_e_s _o_f _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 (_f_o_o_d_w_e_b) _p_r_o_b_l_e_m

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

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

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

     Variables (lim, res, ...)

_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'. 

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

    ... : extra parameters passed to function 'Lsei.lim'. 

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

     the variables, a one-column data.frame

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

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

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

     'Varranges' which estimates the ranges of variables.

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

      Variables(LIMRigaAutumn)

