[R] pairs(x)

John-J.Smith@ubs.com John-J.Smith at ubs.com
Fri Oct 29 22:24:53 CEST 2004


Hi,

I am using pairs(x) , but would like to change the point font and color for the bottom half of "x".  I am using windows and opened a graphics page using x11(), then tried:

pairs(x)
points(x[110:114,1],x[110:114,2],col="6",pch=8)
points(x[115:119,1],x[115:119,2],col="4",pch=17)

Nothing happened.  I can program a loop and run thru the combinations of plots and use the points function to get what I need.  Hoping there is a more simple solution using pairs().

Thanks,

John

Visit our website at http://www.ubs.com

This message contains confidential information and is intend...{{dropped}}




More information about the R-help mailing list