startLog               package:PBSadmb               R Documentation

_S_t_a_r_t _a _L_o_g _F_i_l_e

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

     Start a log file by removing any previous version and  appending
     header information.

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

     startLog(prefix)

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

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

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

     No explicit value reurned. Writes header lines into a log file 
     ''prefix'.log'.

_N_o_t_e:

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

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

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

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

     'appendLog', 'editADfile'

