ggarrange labels position code example
Example 1: ggarrange in r
library(ggpubr)
ggarrange(plot1a + rremove("x.text"), plot2a,
ncol = 1, nrow = 2,
common.legend = F)
Example 2: ggarrange common legend
ggarrange(bxp, dp, common.legend = TRUE)