Description Usage Arguments Details Value Author(s)
A summary plot to indicate how diffuse the posterior is.
1 | plot_diffuse(results, maxrank = 1000, thin = 500)
|
results |
an object of class snpmod, or a named list of such objects |
maxrank |
truncate the x axis at this value |
thin |
thin data to display only |
This is measured by how rapidly the cumulative posterior probability increases with number of models. For one dataset, this may be informative in an absolute sense, but comparing different datasets, by supplying a list of results, can be useful too.
If a list of snpmod objects are given, multiple diffusion plots are overlaid, with colours indicating labels.
the ggplot2 object, which by default is print()ed to the current graphics device
Chris Wallace
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.