Skip to content
Back to formatted view

Raw Message

Message-ID: <23521202.post@talk.nabble.com>
Date: 2009-05-13T12:54:43Z
From: Ben Bolker
Subject: plotCI line types for line and for bar
In-Reply-To: <23520615.post@talk.nabble.com>

lehe wrote:
> 
> Thank you!
> Yes, I am using the plotCI from gplots and I want the line connecting the
> centers to be dashed, just as for the bars. However changing the type to
> be "p" as you said does not give dashed line but no line at all (only
> points). 
> 
> 

 Yes, but the next line

lines(mcra1avg,col=2,lty=2) 

adds a line with the desired line type.
Perhaps one idea about R graphics that would be useful to you is that one
often builds
up a desired plot by adding pieces sequentially, rather than finding a
single plot
command that does everything at once.

  Ben Bolker

-- 
View this message in context: http://www.nabble.com/plotCI-line-types-for-line-and-for-bar-tp23501900p23521202.html
Sent from the R help mailing list archive at Nabble.com.