writeADopts             package:PBSadmb             R Documentation

_W_r_i_t_e_s _t_h_e _A_D_M_B _O_p_t_i_o_n_s _L_i_s_t _f_r_o_m _M_e_m_o_r_y _t_o _a _F_i_l_e

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

     Writes the global ADMB options list to a file in 'PBS' format 
     (see 'PBSmodelling::writeList').

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

     writeADopts(optfile="ADopts.txt")

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

 optfile: string name of the intended output file.

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

     Returns 'opts' invisibly. Writes the options list object to an
     ASCII file.

_N_o_t_e:

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

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

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

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

     'makeADopts', 'readADopts'

