Skip to content
Prev 1673 / 5636 Next

[R-meta] Meta package

Dear Julie,

If you want to export your forest plot, e.g., as a pdf, you may change 
the height (and if necessary, also the width) of your figure. For 
example, write

pdf("Forest.pdf", height = 20, width = 8)
forest(metaobject)
dev.off()

You also may have a look at the arguments of the forest function by typing

help(forest.meta)

Particularly, you can change fonts, font size etc. using the arguments 
ff.study, ff.study labels, or spacing (and others) for tuning the plot 
parameters.

Best,

Gerta

Am 21.08.2019 um 19:10 schrieb Julie Webbs: