How to turn off scientific notation in ggstatsplot ?

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"
)

Hi, [Andrzej]

you can turn the scientific code to as.numeric to get the result you want.

Hi,
Can you show me, please.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.