Top "Ggpubr" questions

An R package to prepare publication ready plots based on the ggplot2 plotting system.

R ggplot2 boxplots - ggpubr stat_compare_means not working properly

I am trying to add significance levels to my boxplots in the form of asterisks using ggplot2 and the ggpubr …

r ggplot2 boxplot p-value ggpubr
Add p value or asterisk to ggplot

What I want is the pairwise comparison with for eg paired Wilcox-test. With the groups: list(c("0.5", "1"),c("1","2"),c("2","3")). Very …

r ggplot2 ggpubr
ggpubr: change font size of stat_compare_means Kruskal-Wallis p-values

How can I change the font size of stat_compare_means on the plot below? I.e, change the "Kruskal-Wallis, …

r ggplot2 kruskal-wallis ggpubr
Lay out multiple ggplot graphs on a page

I generate a list of ggplot objects inside a loop as follows: myPlots = list() for(i in 1:length(maturities)){ myPlots[[…

r ggplot2 ggpubr