I am working on a large forest plot developed using the Metafor Package R-Studio that I want to export/save on two PDF pages. Exporting as one PDF page consumes all the page space including margins, moreover making the line space narrow.

The plot will lose quality and will be unreadable after getting published on a standard-size journal page.

I am using the following R code for the PDF file:

pdf(file = "FFP1.pdf", family = "Times", height = 11, width = 8.5)

par(mar = c(4,8,1,6))

####Forest plot####

dev.off()

Suggestions required. Thank you.

More Muhammad Umair's questions See All
Similar questions and discussions