Rev 5549 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{cumuplot}\alias{cumuplot}\title{Cumulative quantile plot}\usage{cumuplot(x, probs=c(0.025,0.5,0.975), ylab="",lty=c(2,1), lwd=c(1,2), type="l", ask,auto.layout=TRUE, col=1, \dots)}\arguments{\item{x}{an \code{mcmc} object}\item{probs}{vector of desired quantiles}\item{ylab, lty, lwd, type, col}{graphical parameters}\item{auto.layout}{If \code{TRUE}, then set up own layout forplots, otherwise use existing one.}\item{ask}{If \code{TRUE} then prompt user before displayingeach page of plots. Default is \code{dev.interactive()} inR and \code{interactive()} in S-PLUS.}\item{\dots}{further graphical parameters}}\description{Plots the evolution of the sample quantiles as a function of thenumber of iterations.}\author{Arni Magnusson}\keyword{hplot}