Description Usage Arguments Author(s) See Also Examples
The function produces two plots: the trace plot for the number of components based on all realizations of a BDMCMC fit, and a barplot describing the distribution of the number of components.
For examples see
http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#plot_CompDist
1 | plot_CompDist(fit, open_new_window = FALSE)
|
fit |
Object of class |
open_new_window |
Open new windows for the two plots. |
Sakis Micheas
1 2 3 4 | fitBD <- est_mix_bdmcmc(spatstat::redwood, m = 10)
plot_CompDist(fitBD)
CAfitBD=est_mix_bdmcmc(pp = CAQuakes2014.RichterOver3.0, m = 10)
plot_CompDist(CAfitBD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.