plot-model-ANY-method: Plots a model.

Description Usage Arguments Value See Also Examples

Description

plot plots the density or probabilities of a fully specified mixture model.

Usage

1
2
## S4 method for signature 'model,ANY'
plot(x, y, dev = TRUE, ...)

Arguments

x

An S4 model object. Must have specified parameters and weights.

y

Unused.

dev

A logical indicating, if the plot should be shown in a graphical device. Set to FALSE, if plotted to a file.

...

Arguments to be passed to methods, such as graphical parameters (see par).

Value

Density or barplot of the S4 model object.

See Also

Examples

1
2
3
4
## Not run: 
plot(f_model)

## End(Not run)

simonsays1980/finmix documentation built on Dec. 23, 2021, 2:25 a.m.