Unable to re-size the forest plot in RStudio

Hello,

I am making forest plots of numerous effect sizes. However, I can't get the complete forest plot, the image is cut off and I can't resize it when exporting in png or pdf. Would anyone know what commands can be used to get a complete and fully visible forest plot?

The codes I am using are:

library(tidyverse)
library(dmetar)
library(meta)
library(metafor)

forest.meta(data,sortvar = TE,predict=TRUE,print.tau2=FALSE,leftlabs = c("Author", "g", "SE"))

Thank you in advance

Hello.
Thanks for providing code , but you could take further steps to make it more convenient for other forum users to help you.

Share some representative data that will enable your code to run and show the problematic behaviour.

You might use tools such as the library datapasta, or the base function dput() to share a portion of data in code form, i.e. that can be copied from forum and pasted to R session.

Reprex Guide

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.