editAD                package:PBSadmb                R Documentation

_E_d_i_t _A_D_M_B _F_i_l_e_s

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

     Edit files associated with specified prefix and suffixes.

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

     editAD(prefix, suffix=c(".tpl",".cpp",".log"))

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

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

  suffix: string scalar/vector specifying one or more suffixes.

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

     Invisibly returns Boolean vector with elements 'TRUE' if files
     exist,  'FALSE' if they do not.

_N_o_t_e:

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

     This function explicitly uses the editor chosen for PBSadmb.
     PBSmodelling has another function 'openFile' that uses Windows
     file associations or an application specified with 'setPBSext'.

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

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

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

     'editADfile', 'makeADopts'

