LIMRigaSummer              package:LIM              R Documentation

_L_i_n_e_a_r _i_n_v_e_r_s_e _m_o_d_e_l _s_p_e_c_i_f_i_c_a_t_i_o_n _f_o_r _t_h_e _G_u_l_f _o_f _R_i_g_a *_s_u_m_m_e_r*
_p_l_a_n_k_t_o_n_i_c _f_o_o_d _w_e_b.

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

     Linear inverse model specification for the Gulf of Riga planktonic
     food web in *summer* as in Donali et al. (1999).

     The Gulf of Riga is a highly eutrophic system in the Baltic Sea.

     The foodweb comprises 7 functional compartments and two external
     compartments, connected with 26 flows.

     Units of the flows are mg C/m3/day

     The linear inverse model LIMRigaSummer is generated from the file
     RigaSummer.input which can be found in subdirectory
     '/examples/FoodWeb' of the package directory

     In this subdirectory you will find many foodweb example input
     files

     These files can be read using 'Read' and their output processed by
     'Setup' which will produce a linear inverse problem specification
     similar to LIMRigaSummer

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

     data(LIMRigaSummer)

_F_o_r_m_a_t:

     a list of matrices, vectors, names and values that specify the
     linear inverse model problem.

     see the return value of 'Setup' for more information about this
     list.

     A more complete description of this structures is in
     vignette("LIM")

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

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

     Dick van Oevelen<d.vanoevelen@nioo.knaw.nl>

_R_e_f_e_r_e_n_c_e_s:

     Donali, E., Olli, K., Heiskanen, A.S., Andersen, T., 1999. Carbon
     flow patterns in the planktonic food web of the Gulf of Riga, the
     Baltic Sea: a reconstruction by the inverse method. Journal of
     Marine Systems 23, 251..268.

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

     browseURL(paste(system.file(package="LIM"), "/examples/Foodweb/",
     sep=""))

     contains "RigaSummer.input", the input file; read this with
     'Setup'

     'LIMTakapoto','LIMRigaAutumn', 'LIMRigaSpring' and many others

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

     rigaSummer <- Flowmatrix(LIMRigaSummer)
     plotweb(rigaSummer,sub="mgC/m3/day",
       main="Gulf of Riga planktonic food web, summer")
     Plotranges(LIMRigaSummer,type="V",lab.cex=0.7,
       main="Gulf of Riga planktonic food web, summer, Variable ranges")

