Re: [R] Plotting symbols and colors based upon data values

2011-04-01 Thread David Winsemius
A B C 1 0.55722499 31 cat D yellow 2 2 0.75100600 32 cat Bred 5 3 0.21665005 33 cat C green 4 4 0.01201102 34 cat B red 3 5 0.78503588 35 cat B black 2 6 0.53589896 36 cat D blue 5 -Original Message- From: David Winsemius [mailto:dwinsem...@comcast.net] Sent: Saturday, March

Re: [R] Plotting symbols and colors based upon data values

2011-03-14 Thread Brian Diggs
On 3/13/2011 6:46 PM, David Winsemius wrote: On Mar 13, 2011, at 8:51 PM, Mark Linderman wrote: David, thank you for your quick reply. I spent a few minutes getting your command to work with some sparse synthetic data, and then spent several hours trying to figure out why my data didn't work (

Re: [R] Plotting symbols and colors based upon data values

2011-03-14 Thread Peter Ehlers
On 2011-03-13 18:46, David Winsemius wrote: On Mar 13, 2011, at 8:51 PM, Mark Linderman wrote: David, thank you for your quick reply. I spent a few minutes getting your command to work with some sparse synthetic data, and then spent several hours trying to figure out why my data didn't work (

Re: [R] Plotting symbols and colors based upon data values

2011-03-13 Thread Mark Linderman
Cc: r-help@r-project.org Subject: Re: [R] Plotting symbols and colors based upon data values On Mar 12, 2011, at 7:57 PM, Mark Linderman wrote: > I am new to R and am sure this is simple, but I been unable to find a > solution. > > I have 5 columns of data labeled "X",

Re: [R] Plotting symbols and colors based upon data values

2011-03-13 Thread David Winsemius
red 5 3 0.21665005 33 cat C green 4 4 0.01201102 34 cat B red 3 5 0.78503588 35 cat B black 2 6 0.53589896 36 cat D blue 5 -Original Message- From: David Winsemius [mailto:dwinsem...@comcast.net] Sent: Saturday, March 12, 2011 10:39 PM To: Mark Linderman Cc: r-help@r-project.org

Re: [R] Plotting symbols and colors based upon data values

2011-03-12 Thread David Winsemius
On Mar 12, 2011, at 7:57 PM, Mark Linderman wrote: I am new to R and am sure this is simple, but I been unable to find a solution. I have 5 columns of data labeled "X", "Y", "A","B","C". I can easily xyplot(Y ~ X | A) but I want the colors of the symbols to be based upon the values of B an