traceplot                package:coda                R Documentation

_T_r_a_c_e _p_l_o_t _o_f _M_C_M_C _o_u_t_p_u_t

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

     Displays a plot of iterations _vs._ sampled values for each
     variable in the chain, with a separate plot per variable.

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

     traceplot(x, smooth = TRUE, col, type, ylab, ...)

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

       x: An 'mcmc' or 'mcmc.list' object

  smooth: draw smooth line through trace plot

     col: graphical parameter (see 'par')

    type: graphical parameter (see 'par')

    ylab: graphical parameter (see 'par')

     ...: further graphical parameters

_N_o_t_e:

     You can call this function directly, but it is more usually called
     by the 'plot.mcmc' function.

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

     'densplot', 'plot.mcmc'.

