Learn R Programming

qmix (version 0.1.2.0)

print.qmix: Print returns from a qmix object

Description

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

Usage

# S3 method for qmix
print(x, type = "text", ...)

Arguments

x

A qmix 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 (check the See Also section).

Value

None.

See Also

print_text.qmix, print_mcmc.qmix, print_coef.qmix.