print.cbq {cbq}R Documentation

Print cbq object

Description

General print function for cbq objects, which dispatches the chosen type of printing to the corresponding function.

Usage

## S3 method for class 'cbq'
print(x, type = "text", ...)

Arguments

x

A cbq object to be printed.

type

Character string giving the type of printing, such as "text", "mcmc", "coef".

...

Additional arguments to be passed to print functions.

Value

None.


[Package cbq version 0.2.0.3 Index]