showADargs              package:PBSadmb              R Documentation

_S_h_o_w _A_l_l _A_r_g_u_m_e_n_t_s _f_o_r _a_n _A_D_M_B _E_x_e_c_u_t_a_b_l_e

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

     Show all arguments available for an ADMB executable in the 
     default text editor.

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

     showADargs(prefix, ed=TRUE)

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

  prefix: string name prefix of the ADMB project (e.g., '"vonb"').

      ed: logical: if 'TRUE', write the ADMB arguments to a file and 
          view them with the text editor, else display the arguments on
          the R console.

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

     Invisibly returns the argument list.

_N_o_t_e:

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

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

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

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

     'editADfile', 'runAD'

