View source: R/plot_mixing_proportions.R
plot_mixing_proportions | R Documentation |
Plot the mixing proportions of the mixture.
plot_mixing_proportions(x, colors = c(Tail = "gainsboro"))
x |
An object of class 'dbpmm'. |
colors |
If provided, these colours will be used for each cluster.
If a subset of colours is provided, palette Set1 from |
A plot of the mixing proportions of the mixture.
data(fit_example)
plot_mixing_proportions(fit_example$best)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.