ggEDA (development version)
- Can customise fontface of y-axis titles using the fontface_y_title argument of ggstack_options
ggEDA 0.2.0
CRAN release: 2025-09-09
Improved handling of infinite values: Infinite values are now shown in bar plots as vertical arrows (up/down depending on whether positive or negative). Their size is set by the
na_marker_sizesize to match ‘!’ character used for missing data. For heatmap visualisations, tile colour of infinite values are clamped to the min/max using scales::oob_squish_infinite. Arrow markers are optionally added whenshow_na_marker_heatmap = TRUEline_widthof ggparallel now defaults to 0.5 instead of NULL.cols_to_plotnow dictates order of stacking unlesscol_sortargument is supplied andorder_matches_sort=TRUE.Added
beautify_valuesandbeautify_functionargument toggparallel_options()to provide more control over what text is beautified (made more human readable), and how it is reformatted.Added
beautify_valuesandbeautify_functionargument toggstack_options()to provide more control over what text is beautified (made more human readable), and how it is reformatted.
ggEDA 0.1.0
CRAN release: 2025-05-07
Added a
NEWS.mdfile to track changes to the package.Added parallel coordinate plots (
ggparallel()) and stacked one-dimensional visualisations (ggstack())
