Skip to content

ggstatsplot 0.12.0

Compare
Choose a tag to compare
@IndrajeetPatil IndrajeetPatil released this 07 Aug 16:45
· 46 commits to main since this release
24ca86f

BREAKING CHANGES

  • To be internally consistent, the plot.type argument has been removed from
    ggbetweenstats(), since no such argument exists for ggwithinstats(). This
    argument was also redundant. Since removing a specific geom is straightforward
    using *.args arguments. Examples for these two functions illustrate how.

  • ggbetweenstats() and ggwithinstats() retire pairwise.comparisons
    argument since it was redundant. In order to turn off showing pairwise
    comparisons, you can now use pairwise.display = "none".

NEW FEATURES

  • ggbetweenstats() gets boxplot.args argument to pass additional arguments
    to the underlying geom function. This also fixes regression introduced in
    0.11.1 release where outlier points were displayed along with box plot.