Releases: larmarange/ggstats
ggstats 0.13.0
ggstats 0.12.0
ggstats 0.11.0
Improvements
- new
type = "table"forggcoef_compare()(#102) - new argument
x_limitsforggcoef_plot() - limits of x-axis are now harmonized between sub-plots returned
byggcoef_table()(#102) ggcoef_plot()has been updated to account for the deprecation of
ggplot2::geom_errorbarh()in version 4.0.0 ofggplot2(#104)
ggstats 0.10.0
ggstats 0.9.0
Improvements
ggccoef_model()andggcoef_table()are now compatible with multinomial
and multi-component models, followingbroom.helpers1.20.0: both functions
gained new argumentsgroup_byandgroup_labels(#93)- new functions
ggcoef_dodged()andggcoef_faceted()(#93) ggcoef_plot()got a new argumenty_labeller(#86)
Deprecated functions
ggcoef_multinom()andggcoef_multicomponents()are now soft-deprecated
and may be removed in a future release. Use insteadggcoef_model(),
ggcoef_table(),ggcoef_dodged()orggcoef_faceted()(#93)
Bug fix
ggstats 0.8.0
ggstats 0.7.0
Minor breaking change
position_likert_count()has been renamed asposition_diverging()(#69)- R minimum version 4.2.0 is now required.
Improvements
-
new experimental plot:
ggcascade()for "cascade" plots (#71) -
new scale
scale_fill_likert()(#64) -
new geometries:
geom_prop_bar()andgeom_prop_text()(#69) -
new geometries:
geom_diverging(),geom_likert(),
geom_pyramid()andgeom_diverging_text(),geom_likert_text(),
geom_pyramid_text()(#69) -
new helper
symmetric_limits()to make a scale symmetric (#66) -
new helper
pal_extender()and correspondingscale_fill_extender()and
scale_colour_extender() -
new helper
weighted.sum()for weighted sums (#71) -
new sorting option
"prop_lower"forgglikert()(#62) -
new argument
symmetricforgglikert()(#66) -
new arguments
default_by,height,labelsandlabellerfor
stat_prop()(#69) -
new returned statistics for
stat_prop():after_stat(denominator),
after_stat(height)andafter_stat(labels)
ggstats 0.6.0
ggstats 0.5.1
Bug fixes
- fix in
ggcoef_model()and other similar functions:
Unicode character removed in significance labels (#49)
ggstats 0.5.0
Improvements
- New options
labels_colorandtotals_coloringglikert()and
gglikert_stacked()(#43)
Bug fixes
- fix in
ggcoef_multicomponents()whentype = "table"and
exponentiate = TRUE - fix in
gglikert(): the function could be called directly with
ggstats::gglikert()without requiring the full package to be loaded (#47)