plotCI -- multiple plots on same graph
1) Look into plotmeans(), a wrapper function for plotCI....it may be more appropriate for what you're looking for and one of the default options is to connect the points with lines. Otherwise you'll have to do a separate call to lines() after each plotCI() call. 2) To put multiple data sets on the same axes, you'll have to do a plotmeans/plotCI call for each data set but before the second, third, etc plot you should call par(new=TRUE) cheers, brandon On Thu, 11 Sep 2008 06:48:25 -0700 (PDT), bioinformatics_guy
<wwwhitener at gmail.com> wrote:
I have a bunch of lines I want to plot using plotCI() What Id like to know is, how can I connect the points with a line and how can I print multiple lines on the same graph? -- View this message in context:
http://www.nabble.com/plotCI----multiple-plots-on-same-graph-tp19435198p19435198.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at 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.