Flowmatrix                package:LIM                R Documentation

_G_e_n_e_r_a_t_e_s _a _f_l_o_w _m_a_t_r_i_x _f_o_r _a_n _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 a linear inverse model food web input list, generates a flow
     matrix, that contains the values of flows

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

     Flowmatrix(lim, web=NULL)

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

    web : the solved (food) web problem, i.e. the values of the
          unknowns; if not specified, the model is solved first, using
          'Ldei' 

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

     the flow matrix, containing the magnitude of the flows.

     The value on row i and column j is the flow *from* i and *to* j

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

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

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

     'plotweb' from package 'diagram', which takes as input the flow
     matrix and plots the food web

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

     Flowmatrix(LIMRigaAutumn)

