FILERigaAutumn              package:LIM              R Documentation

_I_n_p_u_t _t_e_x_t "_f_i_l_e" _f_o_r _g_u_l_f _o_f _R_i_g_a _a_u_t_u_m_n _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:

     Input text "file" for the Carbon flux Gulf of Riga planktonic food
     web in autumn as described 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 "dataset" RigaAutumnFile is included to demonstrate the use of
     a text input file for food web models.

     The original file, RigaAutumn.input can be found in subdirectory
     'web' of the packages directory

     In this subdirectory you will find many foodweb example input
     files


        *  They can be read using 'Read'(file)

        *  Or they can be directly solved using 'Setup'(file)

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

     data(FILERigaAutumn)

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

     vector of character strings as present in the original file

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

     Karline Soetaert <k.soetaert@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:

     'LIMRigaAutumn' a list containing the linear inverse model
     specification, generated from file 'RigaAutumn.input'

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

     print(FILERigaAutumn)

     # RigaAutumnInput is a vector of text strings - 
     # here it is first converted to a "File" 
     # When using the example files in the LIM directory, 
     # this first statement is not necessary
     ## Not run: 
     File <- textConnection(FILERigaAutumn)
     RigaAutumn.input <- Read(File)
     ## End(Not run)

