manuscript/mcomp.R

library(ggplot2); theme_set(theme_bw(base_size=14))
library(ggpubr)

library(shellpipes)
startGraphics(height=4)

comb <- ggarrange(
	getEnvObj("predeff", "uniN") + ggtitle("Univariate")
	, getEnvObj("predeff", "fullN") + ggtitle("Multivariate")
		+ rremove("ylab")
	, ncol=2
)

print(comb)
mac-theobio/effects documentation built on July 6, 2023, 4:19 a.m.