Learn R Programming

cbq (version 0.1.0.0)

print.cbq: 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 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.