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.

______________________________________________
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