plotMC                package:PBSadmb                R Documentation

_P_l_o_t _R_e_s_u_l_t_s _o_f _M_C_M_C _S_i_m_u_l_a_t_i_o_n

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

     Plot results of an ADMB MCMC simulation using various plot
     methods.

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

     plotMC(prefix, act="pairs", pthin=1, useCols=NULL)

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

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

     act: string scalar: action describing plot type (current choices:
          '"pairs"', '"eggs"', '"acf"', '"trace"', and '"dens"').

   pthin: numeric scalar indicating interval at which to collect
          records from the '.mc.dat' file for plotting.

 useCols: logical vector indicating which columns of '.mc.dat' to plot.

_N_o_t_e:

     A wrapper function that can be called from a GUI exists as
     '.win.plotMC'. Use the PBSadmb GUI to explore these plots easily.

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

     Rowan Haigh, Pacific Biological Station, Nanaimo BC, Canada

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

     'runMC', 'showADargs'

