Like most plotting routines in R, forest has a ... argument that passes names 
arguments through to other routines.
In forest's case, ... passes (at least) to abline, axis and segments, so all 
the lines and axes in the plot are affected by any argument that is valid for 
those.
In your case, specifying lwd=2 in your forest call will give all the lines 
width 2 instead of the default.

S Ellison

> -----Original Message-----
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
> On Behalf Of Nathan Pace
> Sent: 11 February 2014 22:11
> To: r-help@R-project.org
> Subject: [R] metafor package
> 
> Hi,
> 
> I have a random effects meta analysis of a proportion (logit transformation)
> using rma.glmm.
> 
> I have created a forest plot of the proportion (inverse logic transformation)
> using forest.rma.
> 
> I have added the credibility interval.
> 
> The forest plot is saved as a pdf.
> 
> The dotted line and whiskers of the credibility interval are too faint.
> 
> I need help on the argument(s) to widen the credibility interval dots and
> whiskers.
> 
> I have looked at the forest.default function, but don't see anything obvious
> to me.
> 
> Nathan
> 
> --
> Nathan Pace, MD, MStat
> Department of Anesthesiology
> University of Utah
> 801.581.6393
> n.l.p...@utah.edu
> 
>       [[alternative HTML version deleted]]



*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to