Displaying 1 result from an estimated 1 matches for "sopra206_wg_wa".
Did you mean:
sopra206_wg_wae
2010 Oct 18
1
boxplot ranked x labels
...is
followed by Larvae 1 and not by Egg stage 2 as it would be in an
alphabetically order)
Problems with the order(tapply()) function: variable lengths differ
thanks
Sibylle
R-code (as later insect stages have higher means, ordering was based
on mean or median...)
SOPRA<-read.table("SOPRA206_WG_WAE.txt", na.strings="0", header=TRUE)
ordered<-order(tapply(SOPRA$antpop, SOPRA$EI, mean))
boxplot(antpop~ordered, data=SOPRA, boxwex=0.20, at=1:14-0.2,
scales=list(x=list(rot=45)), notch=TRUE, xlab = "EVENT", ylab = "DOY",
ylim = c(100,350), yaxs ="i&qu...