View source: R/plot_posterior.R
plot_posterior | R Documentation |
Plot the posterior distribution of the parameters estimated in a FOIfit
.
plot_posterior(FOIfit)
FOIfit |
An object of the class |
A list with the posterior plots. These plots are generated with the ggplot2
package and can be modified.
Nathanael Hoze nathanael.hoze@gmail.com
# Here describe how to access the plots
P <- plot_posterior(FOIfit)
P[[1]]+ylim(0,200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.