File: autocorr.plot.Rd

package info (click to toggle)
r-cran-coda 0.13-2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 456 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\name{autocorr.plot}
\alias{autocorr.plot}
\title{Plot autocorrelations for Markov Chains}

\usage{autocorr.plot(x, lag.max, auto.layout = TRUE, ask, \dots)}

\arguments{
\item{x}{A Markov Chain}
\item{lag.max}{Maximum value at which to calculate acf}
\item{auto.layout}{If \code{TRUE} then, set up own layout for
plots, otherwise use existing one.}
\item{ask}{If \code{TRUE} then prompt user before displaying
  each page of plots.  Default is \code{dev.interactive()} in
  R and \code{interactive()} in S-PLUS.}
\item{\dots}{graphical parameters}
}

\description{
Plots the autocorrelation function for each variable in each chain in x.
}

\seealso{
   \code{\link{autocorr}}.
}
\keyword{hplot}