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}}

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to