Using Exponents In Ggpubr Stat Compare
As part of a page proof request, a boxplot with the ggpubr
package was flagged as needing exponential notation for the small pvalues (e.g., 1x10^-4
vs 1e-04
). That seemed easy. And it was, after a long battle with expressions, bquote, and other R concepts…