Skip to content
Prev 180074 / 398506 Next

plotCI line types for line and for bar

Tim
Hi,
I was wondering how to specify the line type for line instead of for bar.
Here is my code:
"plotCI(x=mcra1avg, uiw=stdev1, type="l",col=2,lty=2)"
This way, I will have the bar line as dashed "lty=2" and red "col=2", and
the line connecting the centers of the bars is also red "col=2" but solid 
"lty=1". How to make the line connecting the bar centers have the same solid
lty as the bar?
Thanks and regards!