-----Original Message-----
From: R-sig-meta-analysis [mailto:r-sig-meta-analysis-bounces at r-project.org]
On Behalf Of Valeria Ivaniushina
Sent: Thursday, 17 December, 2020 13:43
To: R meta
Subject: [R-meta] how to make a nicer forest plot
Dear list members,
This is my code for a forest plot.
plot(forest(res,
? ? ? ? ? ? xlab="Log odds ratio",
? ? ? ? ? ? mlab="",
? ? ? ? ? ? cex=1.8,
? ? ? ? ? ? slab=paste(wb$Name),
? ? ? ? ? ? psize=1, header="Publication",
? ? ? ? ? ? xlim = c(-2.48, 4.0),
? ? ? ? ? ? ylim = c(-1.5,20),
))
The plot looks ok, but the range of the X-axis is far?too large.
How can I correct?it?