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 |
type |
Character string giving the type of plotting. The options are
|
... |
Additional arguments to be passed to subsequent plot functions. |
Value
None.
[Package cbq version 0.2.0.3 Index]