plot_mixture_components | R Documentation |
plot.Mclust()
Wrapper function for plot.Mclust()
plot_mixture_components(
x,
what = "uncertainty",
iteration = NULL,
datapoints = "proposed",
main = NULL,
xlim = NULL,
ylim = NULL,
...
)
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 |
For illustrative examples, see amis()
.
A plot for model-based clustering results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.