Re: [R] how to label multiple plots

2007-11-24 Thread Jim Lemon
G Ilhamto wrote: > Dear R-list, > > I want to combine several plots in one graph. > I did this: plot(a1); plot(a2, add=TRUE); ...plot(a5, add=TRUE) > The problem is the more plot we put, the more complex the graph. > Is there any way to label each line; or other way just to make sure I know > whic

[R] how to label multiple plots

2007-11-24 Thread G Ilhamto
Dear R-list, I want to combine several plots in one graph. I did this: plot(a1); plot(a2, add=TRUE); ...plot(a5, add=TRUE) The problem is the more plot we put, the more complex the graph. Is there any way to label each line; or other way just to make sure I know which one which? Thanks, Ilham