Michael Dewey
2023-Jan-10 18:16 UTC
[R] My forest plot is not fit to windows in R software
Dear Fahimeh It would help if you also told us what package you are using as there are several which perform forest plots. I assume it is meta. Your plot is cropped on three side as far as I can see. What parameters did you give to the call of the graphics device? What happens if you use a different graphics format like pdf? Then we may be able to see where the issue lies. Michael On 10/01/2023 12:30, Fahimeh Alizadeh via R-help wrote:> Dear Prof.?My forest plot is not fit to windows in R software, I have 49 studies but forest plot only show from 9 to 42. > forest.meta(hidemeta, layout="RevMan5", xlab="Proportion", comb.r=T, comb.f=F, xlim = c(0,1), fontsize=10, digits=3) > > > Whould you please help me to access full forest plot??Thank you > > Sincerely,Fahimeh > > Dr. Fahimeh AlizadehPost-Doctorate Fellow and Ph.DMicrobial Biotechnology > Islamic Azad University > > > > > > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Michael http://www.dewey.myzen.co.uk/home.html
Fahimeh Alizadeh
2023-Jan-10 19:37 UTC
[R] My forest plot is not fit to windows in R software
Dear Prof.Thank you for your kind response. I have only used:
install.packages("tidyverse")
install.packages("meta")
install.packages("metafor")
library(tidyverse)
library(meta)
library(metafor)and then,forest.meta(hidemeta, layout="RevMan5",
xlab="Proportion", comb.r=T, comb.f=F, xlim = c(0,1), fontsize=10,
digits=3)Unfortunately I am not familiar to R software, I have not chosen
graphics device. could you please help me to choose graphics format like pdf?
All the best for you
Sincerely,Fahimeh Alizadeh
Dr. Fahimeh AlizadehPost-Doctorate Fellow and Ph.DMicrobial Biotechnology
Islamic Azad University
? ? ? ? ? ? ? ? ? ?
?
? ? ? ? ? ? ? ? ? ??
On Tuesday, January 10, 2023 at 09:46:40 PM GMT+3:30, Michael Dewey
<lists at dewey.myzen.co.uk> wrote:
Dear Fahimeh
It would help if you also told us what package you are using as there
are several which perform forest plots. I assume it is meta.
Your plot is cropped on three side as far as I can see. What parameters
did you give to the call of the graphics device? What happens if you use
a different graphics format like pdf? Then we may be able to see where
the issue lies.
Michael
On 10/01/2023 12:30, Fahimeh Alizadeh via R-help wrote:> Dear Prof.?My forest plot is not fit to windows in R software, I have 49
studies but forest plot only show from 9 to 42.
> forest.meta(hidemeta, layout="RevMan5",
xlab="Proportion", comb.r=T, comb.f=F, xlim = c(0,1), fontsize=10,
digits=3)
>
>
> Whould you please help me to access full forest plot??Thank you
>
> Sincerely,Fahimeh
>
> Dr. Fahimeh AlizadehPost-Doctorate Fellow and Ph.DMicrobial Biotechnology
> Islamic Azad University
>? ? ? ? ? ? ? ? ? ?
>?
>? ?
>? ? ? ? ? ? ? ? ? ? ?
>
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Michael
http://www.dewey.myzen.co.uk/home.html
[[alternative HTML version deleted]]