plot.bce {BCE}R Documentation

plot BCE

Description

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

Usage

plot.bce(x,...)

Arguments

x bce object
... additional arguments

Details

Calling the plot-function with a bce-object 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)

[Package BCE version 1.1 Index]