我试图在 R中的包生成的森林图中减少xlab
(标题:)"Log Risk Ratio"
和 x 轴(见下图metafor
)之间的空间,但没有成功。
有没有办法做到这一点?
library(metafor)
dat <- escalc(measure="RR", ai=tpos, bi=tneg, ci=cpos, di=cneg, data=dat.bcg)
forest(dat$yi, dat$vi, mgp = c(2, .3, 0)) # Tried setting `mgp` without success!