General plot function for qmix
objects, which dispatches the chosen
type of plotting to the corresponding function.
# S3 method for qmix
plot(x, type = "coef", ...)
A qmix
object to be plotted.
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).
None.