appendLog              package:PBSadmb              R Documentation

_A_p_p_e_n_d _D_a_t_a _t_o _L_o_g _F_i_l_e

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

     Append summary information or output to a previously created log
     file.

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

     appendLog(prefix, lines)

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

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

   lines: data to append to ''prefix'.log').

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

     No explicit value reurned. Appends data into a log file 
     ''prefix'.log'.

_N_o_t_e:

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

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

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

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

     'startLog', 'editADfile'

