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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.