ggdensity 1.0.0
CRAN release: 2023-02-09
Features
- Added - get_hdr()and- get_hdr_1d()functions, exporting implementation of HDR computations (Suggested by @eliocamp #28)
- Reworked - methodargument, allowing for either character or function call specification. Implemented related- method_*()and- method_*_1d()functions (e.g.- method_kde()and- method_kde_1d()). See- ?get_hdror- vignette("method", "ggdensity")for details (Suggested by @eliocamp #29)
Breaking Changes
- Removed arguments governing density estimators from stat_hdr()and other layer functions–these are now specified withmethod_*()andmethod_*_1d()functions
Fixes
- 
Added support for the new linewidthaesthetic (Reported by @eliocamp, #23)
ggdensity 0.1.1
CRAN release: 2022-10-24
Fixes
- Removed ggplot2 build-time dependencies (Reported by @thomasp85, #21) 
- Fixed bug in - stat_hdr_lines_fun()which drew lines between components of disconnected HDRs (Reported by @afranks86, #20)
ggdensity 0.1.0
CRAN release: 2022-07-20
Features
- Added - geom/- stat_hdr_rug()for visualizing marginal HDRs via “rug plot” style graphics along plot axes (#14)
- Added - geom/- stat_hdr_points()and- geom/- stat_hdr_points_fun()for visualizing HDR membership of points via a colored scatterplot (#15)