Changelog
Source:NEWS.md
ggdensity 1.0.0
CRAN release: 2023-02-09
Features
Added
get_hdr()
andget_hdr_1d()
functions, exporting implementation of HDR computations (Suggested by @eliocamp #28)Reworked
method
argument, allowing for either character or function call specification. Implemented relatedmethod_*()
andmethod_*_1d()
functions (e.g.method_kde()
andmethod_kde_1d()
). See?get_hdr
orvignette("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
linewidth
aesthetic (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()
andgeom
/stat_hdr_points_fun()
for visualizing HDR membership of points via a colored scatterplot (#15)