The ggdistribute
package is an extension for plotting posterior or other
types of unimodal distributions that require overlaying information about a
distribution's intervals. It makes use of the ggproto
system to extend
ggplot2
, providing additional "geoms", "stats", and "positions." The
extensions integrate with existing ggplot2
layer elements.
Displaying the distributions relies heavily on stacking distributions using position_spread, which may not align with other geoms.
ggplot2::geom_density, ggplot2::position_dodge
See help(package = "ggdistribute")
for a list of functions.
View vignettes with browseVignettes(package ="ggdistribute")
.