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