readADopts              package:PBSadmb              R Documentation

_R_e_a_d_s _a_n _A_D_M_B _O_p_t_i_o_n_s _L_i_s_t _i_n_t_o _M_e_m_o_r_y _F_r_o_m _a _F_i_l_e

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

     Reads ADMB options into a global, hidden list object  called
     '.ADopts' from an ASCII text file using 
      'PBSmodelling::readList').

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

     readADopts(optfile="ADopts.txt")

_A_r_g_u_m_e_n_t_s:

 optfile: string name of an ASCII text file containing ADMB  options
          information.

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

     No values returned. Reads the ADMB options into the list object
     '.ADopts'.

_N_o_t_e:

     A wrapper function that can be called from a GUI exists as
     '.win.readADopts'.

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

     Jon T. Schnute, Pacific Biological Station, Nanaimo BC, Canada

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

     'makeADopts','writeADopts'

