Skip to content
Prev 155761 / 398503 Next

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:
http://www.nabble.com/plotCI----multiple-plots-on-same-graph-tp19435198p19435198.html