Skip to content
Prev 4883 / 5636 Next

[R-meta] increase axis text size in funnel plot

Dear Michael,

My apologies for missing important details. I was using metofor and please see my current codes below for getting the composite figure:

jpeg("../figure/funnel.jpeg", width = 1600, height = 1920, units = "px", quality = 100)
par(mfrow=c(3,1))
metafor::funnel(rma(d, vi =  dv_LOR2g, method = "REML", data = aggr_btwES_pt), xlab = "Effect Size (d)", level = c(90, 95, 99), shade=c("white", "gray55", "gray75"), legend = F, addtau2 = T, cex = 1,  at = c(-5, 0, 5))
metafor::funnel(rma(d, vi =  dv_LOR2g, method = "REML", data = aggr_btwES_hc), xlab = "Effect Size (d)", level = c(90, 95, 99), shade=c("white", "gray55", "gray75"), legend = F, addtau2 = T, cex = 1)
metafor::funnel(rma(d, vi =  dv_LOR2g, method = "REML", data = aggr_btwES), xlab = "Effect Size (d)", level = c(90, 95, 99), shade=c("white", "gray55", "gray75"), legend = F, addtau2 = T, cex = 1)
dev.off()

Thank you!

Cheers,
Sicong (Zone)
-------------


From: Michael Dewey <lists at dewey.myzen.co.uk>
Date: Wednesday, September 6, 2023 at 12:04 PM
To: R Special Interest Group for Meta-Analysis <r-sig-meta-analysis at r-project.org>
Cc: Liu Sicong <64zone at gmail.com>
Subject: Re: [R-meta] increase axis text size in funnel plot
Dear Sicong

There are many, many packages on CRAN which generate forest plots, some
as standalone facilities and some as part of genral meta-analysis
software, so unless you give us more detail about which package you are
using and what happened when you tried we are unlikely to be able to be
of much help.

Michael
On 06/09/2023 16:17, Liu Sicong via R-sig-meta-analysis wrote:
--
Michael
http://www.dewey.myzen.co.uk/home.html