plot.qmix: Plot qmix object

Description Usage Arguments Value See Also

View source: R/plotfun.R

Description

General plot function for qmix objects, which dispatches the chosen type of plotting to the corresponding function.

Usage

1
2
## S3 method for class 'qmix'
plot(x, type = "coef", ...)

Arguments

x

A qmix object to be plotted.

type

Character string giving the type of plotting. The options are "trace" for trace plots, "coef" for coefficient plots. The default is "coef".

...

Additional arguments to be passed to subsequent plot functions (check the See Also section).

Value

None.

See Also

plot_trace.qmix and plot_coef.qmix.


qmix documentation built on Dec. 16, 2019, 1:27 a.m.