LIMBrouageMudflat            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 _I_n_t_e_r_t_i_d_a_l _m_u_d_f_l_a_t _f_o_o_d _w_e_b
_o_n _t_h_e _A_t_l_a_n_t_i_c _c_o_a_s_t _o_f _F_r_a_n_c_e

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

     Linear inverse model specification for the Intertidal mudflat food
     web on the Atlantic coast of France as in Leguerrier et al., 2003.

     The foodweb comprises 16 functional compartments and 3 external
     compartments, connected with 95 flows.

     Units of the flows are g C/m2/year

     The linear inverse model LIMBrouageMudflat is generated from the
     file BrouageMudflat.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 LIMBrouageMudflat

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

     data(LIMBrouageMudflat)

_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:

     Leguerrier, D., Niquil, N., Boileau, N., Rzeznik, J., Sauriau,
     P.G., Le Moine, O., Bacher, C., 2003. Numerical analysis of the
     food web of an intertidal mudflat ecosystem on the Atlantic coast
     of France. Marine Ecology Progress Series 246, 17-37.

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

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

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

     'LIMTakapoto', 'LIMRigaSummer' and many others

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

     Brouage <- Flowmatrix(LIMBrouageMudflat)
     plotweb(Brouage,main="Brouage mudflat food web",sub="gC/m2/yr")
     # Some ranges are infinite ->marked with "*
     Plotranges(LIMBrouageMudflat,lab.cex=0.7, sub="*=unbounded",
                    xlab="gC/m2/year",main="Brouage mudflat, Flowranges")
     Plotranges(LIMBrouageMudflat,type="V",lab.cex=0.7, sub="*=unbounded",
                    xlab="gC/m2/year",main="Brouage mudflat, Variable ranges")

