\name{overlayedacfplot} \alias{overlayedacfplot} %- Also NEED an '\alias' for EACH other topic documented here. \title{Plots the acf for multiple chains on top of each other.} \description{ Plots the autocorrelation function for a \code{mcmc.list} object. Plots the acf for different chains on top of each other with different colors. } \usage{ overlayedacfplot(x, ..., main = paste("Autocorrelation for ", substitute(x))) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{x}{A \code{mcmc.list} object containing a single variable.} \item{\dots}{Argument to \code{plot}} \item{main}{Main title for plot.} } \author{Russell Almond} \note{Because of the way the overlay works, this will show the worst autocorrelation across all chains. } \section{Side Effects}{ Creates a plot in the current graphics device. } \seealso{\code{\link[coda]{autocorr.plot}}, \code{traceAutoplot}} } \keyword{ts}