I am looping through data and saving off each portion of the data to subplots using ggarrange
mcplot = ggarrange(plot1, plot2,plot3,plot4, ncol = 2,nrow = 2,vjust =2.7,hjust = -0.2)
each time i run through my for loop, plot1,plot2,plot3,plot4 changes. I want to save each mcplot to a single page in a pdf.
I.e I have 176 plots in total, and I want to have that show in 44 pages of PDFS (176 plots/ 4)