Skip to content
Prev 244 / 5632 Next

[R-meta] Adding vertical space to forest.rma plot

Aside from this, how are you (James) actually saving the graphic (or importing it into your manuscript)? Are you using png(), tiff(), pdf(), or something like that? Then you just need to adjust the height of your plotting device to use less vertical space (e.g., see help(png) and the 'height' argument). I suspect though that you might be using the 'right click save as' approach -- which you really shouldn't (since this isn't a fully scripted and hence not a fully reproducible approach).

Best,
Wolfgang

-----Original Message-----
From: R-sig-meta-analysis [mailto:r-sig-meta-analysis-bounces at r-project.org] On Behalf Of Michael Dewey
Sent: Monday, 02 October, 2017 14:50
To: James Rae; r-sig-meta-analysis at r-project.org
Subject: Re: [R-meta] Adding vertical space to forest.rma plot

Dear James

Did you know that if you save the result of forest and inspect it you 
will find some details about the parameters it used which can be very 
helpful in tweaking the plot? The second paragraph in the Note part of 
the documentation states this but it is quite easy to miss (in fact I 
knew it was there but still failed to find it immediately). I am sorry I 
cannot be more specific about exactly what you need to do here.
On 02/10/2017 12:03, James Rae wrote: