print.cbq: Print cbq object

View source: R/printfun.R

print.cbqR 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.


cbq documentation built on April 3, 2023, 5:41 p.m.