Displaying 1 result from an estimated 1 matches for "bombus".
Did you mean:
bombs
2012 Jan 13
1
Problems with plotCI
...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, y=108, box.lty=0, legend=r, fill=w)
box...