Hi All,
I want to have normal p-value notation in these charts not scientific notation, how do I do it, please:
https://github.com/cran/ggstatsplot
ggbetweenstats(
data = iris,
x = Species,
y = Sepal.Length,
title = "Distribution of sepal length across Iris species"
)