ggstatsplot 0.12.0
BREAKING CHANGES
-
To be internally consistent, the
plot.type
argument has been removed from
ggbetweenstats()
, since no such argument exists forggwithinstats()
. This
argument was also redundant. Since removing a specific geom is straightforward
using*.args
arguments. Examples for these two functions illustrate how. -
ggbetweenstats()
andggwithinstats()
retirepairwise.comparisons
argument since it was redundant. In order to turn off showing pairwise
comparisons, you can now usepairwise.display = "none"
.
NEW FEATURES
ggbetweenstats()
getsboxplot.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.