[R] Plot of multiple data sets

Stéphane Mattei stephane.mattei at epfl.ch
Wed Sep 7 16:00:29 CEST 2005


Thank you all for your answers.

I eventually use the points command

plot(MATRIX[,1])
points(MATRIX[,2])
points(MATRIX[,3])
...

with matplot I had numbers instead of points with type="p" and par(new=TRUE) makes complications
with the axis.




More information about the R-help mailing list