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!
-- View this message in context: http://www.nabble.com/plotCI-line-types-for-line-and-for-bar-tp23501900p23501900.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.