Learn R Programming

ggdistribute (version 1.0.3)

ggdistribute-package: A 'ggplot2' Extension for Plotting Unimodal Distributions

Description

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.

Arguments

Details

Displaying the distributions relies heavily on stacking distributions using position_spread, which may not align with other geoms.

See Also

ggplot2::geom_density, ggplot2::position_dodge

See help(package = "ggdistribute") for a list of functions.

View vignettes with browseVignettes(package ="ggdistribute").