plot.bce {BCE} | R Documentation |
produces summary plots of the random walks of the BCE; these are intended for inspection only
plot.bce(x,...)
x |
bce object |
... |
additional arguments |
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.
Karel Van den Meersche
BCE
, summary.bce
,
export.bce
, pairs.bce
# bceOutput is an example output based on bceInput plot(bceOutput)