ggEDA (development version)
cols_to_plot
now dictates order of stacking unlesscol_sort
argument is supplied andorder_matches_sort=TRUE
.Added
beautify_values
andbeautify_function
argument toggparallel_options()
to provide more control over what text is beautified (made more human readable), and how it is reformatted.Added
beautify_values
andbeautify_function
argument 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.md
file to track changes to the package.Added parallel coordinate plots (
ggparallel()
) and stacked one-dimensional visualisations (ggstack()
)