plot.cbq {cbq}R Documentation

Plot cbq object

Description

General plot function for cbq objects, which dispatches the chosen type of plotting to the corresponding function.

Usage

## S3 method for class 'cbq'
plot(x, type = "trace", ...)

Arguments

x

A cbq object to be plotted.

type

Character string giving the type of plotting. The options are "trace" for trace plots, "coef" for coefficient plots. The default is the traceplot.

...

Additional arguments to be passed to subsequent plot functions.

Value

None.


[Package cbq version 0.2.0.3 Index]