Hi,
Anyone know how to do multiple plot on one set of axis? I had been
trying subplot, and other functions.
(1) I tried the add=T option in plotting and it works for plots like
image and contour plot.
(2) add=T option does not work for the plot function.
(3) e.g. how to plot the following two plots on the same set of axis?
plot(0:2,4:6,type="b",pch=3) and plot(2:4,-1:1,type="b",pch=4)
thanks.
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu. To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message: unsubscribe s-news
|