Re: [R] Exclude rows in xyplot

2009-10-29 Thread Deepayan Sarkar
On Tue, Oct 27, 2009 at 12:07 PM, Dieter Menne wrote: > > > > Joel Fürstenberg-Hägg wrote: >> >> >> >> Now I'm trying to make xyplots to compare the result from three different >> categories: >> >> # Plot Pro against Glc for each of the three categories >> xyplot(Pro ~ Glc | Categories_BBCH_I

Re: [R] Exclude rows in xyplot

2009-10-27 Thread Dieter Menne
Joel Fürstenberg-Hägg wrote: > > > > Now I'm trying to make xyplots to compare the result from three different > categories: > > # Plot Pro against Glc for each of the three categories > xyplot(Pro ~ Glc | Categories_BBCH_ID, data=fieldTrial0809, pch="°", > layout=c(1, 3), aspect=1, inde

[R] Exclude rows in xyplot

2009-10-27 Thread Joel Fürstenberg-Hägg
Hi all, I'm searching for a way to exclude outliers from my dataset while making xyplots. While plotting using pairs(), I exclude specific row in my data frame and save the settings as a variable which I later include as an argument: # Discard outliers and save settings as idx idx=with(fieldTr