R/Plots_extra.R
plot_peaks.Rd
Plot the Binomial peaks of the mixture.
plot_peaks(x, cex = 1, colors = NA)
An object of class 'vb_bmm'.
Cex of the plot.
Optional vector of colors, default (NA) are ggplot colors.
NA
ggplot
A plot of the Binomial peaks per dimension.
data(fit_mvbmm_example) plot_peaks(fit_mvbmm_example)