plot_mixture_components {AMISforInfectiousDiseases} | R Documentation |
Wrapper function for plot.Mclust()
Description
Wrapper function for plot.Mclust()
Usage
plot_mixture_components(
x,
what = "uncertainty",
iteration = NULL,
datapoints = "proposed",
main = NULL,
xlim = NULL,
ylim = NULL,
...
)
Arguments
x |
The output from the function |
what |
A string specifying the type of plot requested:
|
iteration |
Integer indicating which iteration the plot should be about.
If |
datapoints |
A string specifying what the datapoints should represent in the plot of classification uncertainty:
|
main |
Title of the plot. If |
xlim |
The x limits of the plots. Default to |
ylim |
The y limits of the plots. Default to |
... |
Other arguments to match the |
Details
For illustrative examples, see amis()
.
Value
A plot for model-based clustering results.