pairs plot and legend
Sean Davis wrote:
I would like to add a legend to a pairs plot. Is there a simple way to do this? Just doing legend(.....) doesn't seem to get it.
For sure you have specified wrong x,y values.
See par("usr") for the range or try it interactively using:
legend(locator(1), ......)
Uwe Ligges
Thanks, Sean
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html