plot_1 <- your_ggplot_code
plot_2 <- your_ggplot_code
library(ggpubr)
#See ?ggarrange
combined_plot <- ggarrange(plot_1,
plot_2,
nrow = 2,
ncol = 1) #nrow & ncol depend on how you want to
#organize your plots