cleanAD               package:PBSadmb               R Documentation

_C_l_e_a_n _A_D_M_B-_G_e_n_e_r_a_t_e_d _F_i_l_e_s _f_r_o_m _t_h_e _W_o_r_k_i_n_g _D_i_r_e_c_t_o_r_y

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

     Detects files in the working directory with the specified 'prefix'
     and removes them all save those with the suffix '.tpl', '.dat',
     and '.pin'.

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

     cleanAD(prefix)

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

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

_D_e_t_a_i_l_s:

     Aside from potential garbage files with the specified 'prefix',
     other  files associated with ADMB are detected. Also files '*.tmp'
     and '*.bak' are displayed. Calling 'cleanAD' invokes the hidden
     function '.cleanUp', which creates a GUI menu of the potential
     garbage files. The user can select whichever files s/he wishes for
     disposal.

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

     Returns nothing. Invokes a GUI menu of potential garbage files.

_N_o_t_e:

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

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

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

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

     'makeAD', 'runAD', 'readRep'

