cumuplot: Cumulative quantile plot

Description Usage Arguments Author(s)

View source: R/cumuplot.R

Description

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

Usage

1
2
3
  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, ...)

Arguments

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. Default is dev.interactive() in R and interactive() in S-PLUS.

...

further graphical parameters

Author(s)

Arni Magnusson


coda documentation built on Oct. 24, 2020, 9:10 a.m.

Related to cumuplot in coda...