View source: R/plot_align_grid.R
Cette fonction prend n graphiques créés avec ggplot et les imprime un en dessous de l'autre, en alignant l'axe des x.
1 | plot_align_grid(..., heights = NULL)
|
1 | plot_align_grid(plot1 + theme(axis.ticks.x = element_blank(), axis.text.x = element_blank(), axis.title.x = element_blank()) , plot2, heights= c(3,1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.