search for: spray2

Displaying 2 results from an estimated 2 matches for "spray2".

Did you mean: spray
2005 Apr 10
2
Plotting the occassional second label
...gasus 1000 0.60 I came up with the work around below which gave me my plot for some of the data (despite warnings). The idea was to split the second chemical for each date into a separate file and plot the text a little higher: > spray1 <- spray[spray$PD=="Spidermites", ] > spray2 <- spray1[spray1$SprayDate==unique(spray1$SprayDate), ] Warning message: longer object length is not a multiple of shorter object length in: spray1$SprayDate == unique(spray1$SprayDate) > spray3 <- spray1[spray1$SprayDate!=unique(spray1$SprayDate), ] Warning message: longer obje...
2006 Mar 22
3
ordering boxplots according to median
Dear R-users, Does anyone knows how I can order my serie of boxplots from lowest to highest median (which is much better for visualization purposes). thanks in advance, willem [[alternative HTML version deleted]]