Re: [R] Selective Plot Color

2010-01-27 Thread Chuck Cleland
On 1/27/2010 10:00 AM, Richardson, Patrick wrote: > Is there a way (with a simple plot) to select all observations greater than a > certain value and plot them with a different color than the rest of the > observations in the plot? (i.e. for all observations greater than 10, I want > to plot the

[R] Selective Plot Color

2010-01-27 Thread Richardson, Patrick
Is there a way (with a simple plot) to select all observations greater than a certain value and plot them with a different color than the rest of the observations in the plot? (i.e. for all observations greater than 10, I want to plot them in red, but the rest of the observations remain black. W