

traceplot(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, ...)

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

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

  smooth: draw smooth line through trace plot

     ...: 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'

