plot.bce: plot BCE

View source: R/BCE-1_5.R

plot.bceR Documentation

plot BCE

Description

produces summary plots of the random walks of the BCE; these are intended for inspection only.

Usage

## S3 method for class 'bce'
plot(x, ...)

Arguments

x

an object of class bce and/or _modMCMC_. Output of one of the functions BCE or bce1.

...

additional arguments.

Details

When the argument an object is of class _modMCMC_, which is the case if it is the output of bce1(), it is treated as such (see modMCMC).

Calling the plot-function with the output of BCE as argument, will produce a series of plots with the random walks of each variable. The layout of these plots is kept very sober, as they are primarily intended for inspection of the random walk (see BCE). Users are free to write their own publication quality plots. Click or hit Enter to see the next plot, hit Esc to stop seeing new plots.

Author(s)

Karel Van den Meersche

See Also

BCE, summary.bce, export.bce, pairs.bce

Examples

# bceOutput is an example output based on bceInput

plot(bceOutput)

BCE documentation built on May 12, 2022, 3 a.m.