0

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)

AJ Jebelli
  • 89
  • 6
  • Possible duplicate of https://stackoverflow.com/questions/53207116/ggarrange-in-for-loop-and-multiple-pages-in-pdf – akrun Aug 17 '21 at 22:05

0 Answers0