ggpubr
ggpubr copied to clipboard
Round the p-values from stat_compare_means( label = "p.format") ??
Very simple question:
Is there a way to round the p values returned by stat_compare_means(label = "p.format")
? Currently it prints 5 digits, but I'd like to reduce it to 3 to be able to plot more densely.
Thanks!
I also would like to know if that option is possible.