Learn R Programming

BALD (version 1.0.0-3)

plot.trace.plots: A rather generic function to plot (multiple) trace plots in one call on one graph.

Description

A rather generic function to plot (multiple) trace plots in one call on one graph. Intended for internal use only.

Usage

plot.trace.plots(coda, names)

Arguments

coda

The coda for the node(s): first dimension indicates the node; second is iterations; third is chains.

names

A character vector equal in length to the first dim of coda representing the names of the nodes (these are used to label the trace plots).

Value

NULL invisibly. Only called for the side effect of plotting.

Details

Plots a trace plot for each of the first dimensions in coda.