Displaying 1 result from an estimated 1 matches for "leioproctus".
2012 Jan 13
1
Problems with plotCI
...,byrow=T)
yx=matrix(c( 2.5,7.5,12.5,3.5,8.5,13.5,4.5,9.5,14.5), nrow=3,byrow=T)
ste<-c(4.870993623,
1.139221564,2.70870722,5.789702998,2.770116512,5.4600946821,1.2926938771,1.2
881562951,1.996090108)
w<-c("grey","light grey","white")
r<-c("Leioproctus", "Lasioglossum","Bombus")
barplot(x,ylab="Relative abundance (%, +SE)",
xlab="Land use",
col=c("grey","light grey","white"), beside=TRUE,
space=c(0,2),
ylim=c(0,107),cex.lab="1.3" )
legend(x=3.5...