bayes_mixture objectsPlot an estimated mixture for a given number of draws with a frequency distribution of the data.
# S3 method for bayes_mixture
plot(x, draws = 250, draw = NULL, bins = 30, alpha = 0.1, ...)An object of class bayes_mixture.
The number of MCMC draws to plot.
Plot estimated mixture in draw draw; note that draws is discarded. Default is NULL.
(for continuous mixtures) Number of bins for the histogram of
the data. Passed to geom_histogram().
transparency of the density lines. Default is 0.1. Should be greater than 0 and below or equal to 1.
Not used.