manuscript/splash.R

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

library(shellpipes)
startGraphics(height=4)

comb <- ggarrange(
	getEnvObj("predeff", "def") + ggtitle("Default")
	, getEnvObj("predeff", "anchor") + ggtitle("Fixed anchor")
		+ rremove("ylab")
	, ncol=2
)

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