Skip to content
Prev 55861 / 398500 Next

pairs plot and legend

Sean Davis wrote:

            
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