R/plot.R
make_pp_plot.Rd
This function takes output from format_pp as input and generates a barplot of posterior probability.
format_pp
make_pp_plot(pp)
A data frame obtained from format_pp. For visualizing the posterior of crossocer interaction, co must be set to TRUE when running running format_pp.
co
TRUE
A ggplot2 object.
ggplot2