Skip to content
Prev 180192 / 398506 Next

plotCI line types for line and for bar

lehe wrote:
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