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
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
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
3 matches
Mail list logo