search for: novagranatensi

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

Did you mean: novagranatensis
2011 May 23
2
Formatting names.arg
...o that the genus name is above the species name (to save room). My code so far is: speciesnames<-c("Dialium guianensis", "Inga alba", "Tachigali versicolor", "Brosimum utile", "Caryocar costaricense", "Castilla tunu", "Otoba novagranatensis", "Pourouma bicolor", "Socratea exorrhiza") barplot2(meanapAprilactivity, names.arg=speciesnames, col=columncolor, xlab="Species", ylab="Soil acid phosphatase activity (nmol/h/g)", plot.ci=T, ci.l=apAprilminusordered, ci.u=apAprilplusordered, ce...
2011 Jul 26
1
adjusting x-axis labels
...ll.packages('gplots') library(gplots) x<-rnorm(9, mean=600, sd=300) speciesnames<-c("Dialium\nguianensis", "Inga\nalba", "Tachigali \nversicolor", "Brosimum\nutile", "Caryocar\ncostaricense", "Castilla \ntunu", "Otoba\nnovagranatensis", "Pourouma\nbicolor", "Socratea \nexorrhiza") xvals<-barplot2(x, ylab=expression(plain("Soil acid phosphatase activity")~(nmol~h^{-1}*g^{-1})), ylim=c(0,1200), cex.axis=0.6) text(xvals,par("usr")[3]-115, srt=45,adj=c(0.5,0), labels=speciesnames...