Skip to content

v2.1.0

Compare
Choose a tag to compare
@schloerke schloerke released this 11 Jan 17:11
· 37 commits to master since this release
78d73d0

GGally 2.1.0

Breaking changes

  • Following version 7.0.0 of broom, computed residuals in stat_cross()
    are now named "resid" and "std.resid". cells and fill arguments
    of ggally_crosstable() and ggtable() have been updated accordingly
    (@larmarange, #391)

Other changes

  • ggcoef() redesign based on broom.helpers with four new functions:
    ggcoef_model(), ggcoef_compare(), ggcoef_multinom() and ggcoef_plot()
    (more informations in the dedicated vignette, @larmarange, #392)
  • New geometries: geom_stripped_rows() and geom_stripped_cols()
    (#392, @larmarange)
  • New option reverse_fill_labels for ggally_colbar()
    and ggally_rowbar() (@larmarange, #374)
  • stat_prop() now accepts a x or a y aesthetic (#395, @larmarange)
  • Temporarily not listening to ggally_statistic(family) to avoid monospaced font issues. See #373 for more details. (#387)