Skip to content

ggstatsplot 0.10.0

Compare
Choose a tag to compare
@IndrajeetPatil IndrajeetPatil released this 27 Nov 13:22
· 73 commits to main since this release
2a7ee97

BREAKING CHANGES

  • The output parameter for all functions has been removed. All functions now
    return only the plot, which itself contains all necessary details that were
    previously extracted using the output argument. You can extract all the
    necessary details (including expressions containing statistical details)
    from a plot using extract_stats() function. There are two additional helpers
    to get expressions: extract_subtitle() and extract_caption().

MAJOR CHANGES

  • xfill and yfill arguments for ggscatterstats() have been removed. You
    can specify all aesthetic modifications for side histograms in scatter plot
    using xsidehistogram.args and ysidehistogram.args arguments.

  • Updates to changes made in the latest {ggplot2} release (3.4.0).