-----Original Message-----
From: R-sig-meta-analysis [mailto:r-sig-meta-analysis-bounces at r-project.org] On
Behalf Of Dr. Gerta R?cker
Sent: Tuesday, 06 September, 2022 20:05
To: Hazel Wellington; r-sig-meta-analysis at r-project.org
Subject: Re: [R-meta] Unnecessary diagonal line
Dear Hazel,
I suggest producing the pdf version of your forest plot directly from R:
pdf("Filename.pdf")
[your meta/metafor code to create the forest plot]
dev.off()
Alternatively, you may use RMarkdown https://rmarkdown.rstudio.com/ to
create code, results and plots in one document (docx, pdf, or html).
Best,
Gerta
Am 06.09.2022 um 19:24 schrieb Hazel Wellington:
Hi everyone,
My forest plot when copied to a word file looks perfect. But I made a PDF
of it and there is a diagonal line that appears over the study/authors
column. It shouldn?t be there and I am not sure why it?s there in the first
place. Anyone else experienced this? Please help.
Thanks,
Hazel