traceplot.mcmc {emdbook} | R Documentation |
Produces a trace plot (values of parameters for different chains plotting against BUGS iterations) in the lattice package
traceplot.mcmc(x, data = NULL, outer, aspect = "xy", default.scales = list(y = list(relation = "free")), start = 1, thin = 1, main = attr(x, "title"), xlab = "", ylab = "", plot.points = "rug", ..., subset = coda:::thinned.indices(x, start = start, thin = thin))
x |
an mcmc object (BUGS run) |
data |
~~Describe data here~~ |
outer |
(stub) |
aspect |
aspect ratio setting (see xyplot |
default.scales |
scale setting (see xyplot |
start |
starting iteration number |
thin |
thinning factor |
main |
main title |
xlab |
x label |
ylab |
y label |
plot.points |
?? |
... |
additional arguments to xyplot |
subset |
subset of data |
produces a lattice plot
Ben Bolker