Re: [R] Plot many x and y

2011-06-06 Thread Stephan Kolassa
Hi Alex, could you be a little more specific as to what exactly you mean by "plotting many x's and y's with one legend per plot"? Please note what appears at the bottom of every R-help mail: > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commente

Re: [R] Plot many x and y

2011-06-06 Thread Joshua Wiley
Hi Alex, You have not given enough details for us to answer your question. Is this something like what you mean? par(mfcol = c(2, 2)) plot(1:10, 1:10, pch = 16) legend(x = 2, y = 8, legend = "Test 1", pch = 16) plot(1:10, 1:10, pch = 15) legend(x = 2, y = 8, legend = "Test 2", pch = 15) plot(1:1

[R] Plot many x and y

2011-06-06 Thread Alaios
Dear all could you please plot many x's and y's with one legend per plot? I would like to thank you in advance for your help Best Regards Alex. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the postin