cumuplot                package:coda                R Documentation

_C_u_m_u_l_a_t_i_v_e _q_u_a_n_t_i_l_e _p_l_o_t

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

     Plots the evolution of the sample quantiles as a function of the
     number of iterations.

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

       cumuplot(x, probs=c(0.025,0.5,0.975), ylab="",
                lty=c(2,1), lwd=c(1,2), type="l", ask=TRUE, auto.layout=TRUE, 
                col=1, ...)

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

       x: an 'mcmc' object

   probs: vector of desired quantiles

ylab, lty, lwd, type, col: graphical parameters

auto.layout: If 'TRUE', then set up own layout for plots, otherwise use
          existing one.

     ask: If 'TRUE' then prompt user before displaying each page of
          plots.

     ...: further graphical parameters

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

     Arni Magnusson <arnima@u.washington.edu>

