Removing a column in a forest plot OR changing the color of a single column

Is there any way to remove the proportion/exp column in a forest plot? Alternatively make the color white in ONLY one column (so the text is gone, hehe....). I am pretty new to R and I am using a very simple plot:

forest.meta(m.gen,
sortvar = TE,
ref = 0.75,
print.tau2 = FALSE,
prediction = TRUE,
leftcols = c("studlab", "Country", "succ", "n"),
leftlabs = c("Reference", "Country", "Successfully treated", "N"))

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.