search for: ntunu

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

Did you mean: ntnu
2011 Jul 26
1
adjusting x-axis labels
...RStudio v. .94.84 install.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,...
2011 Jun 21
2
par code help
...uot;grey70", "grey70", "grey70", "grey70", "grey70") >speciesnames<-c("Dialium\nguianensis", "Inga\nalba", "Tachigali \nversicolor", "Brosimum\nutile", "Caryocar\ncostaricense", "Castilla \ntunu", "Otoba\nnovagranatensis", "Pourouma\nbicolor", "Socratea \nexorrhiza") >barplot2(meanapAprilactivity, names.arg=speciesnames, col=columncolor, xlab="Species", ylab="Soil acid phosphatase activity (nmol/h/g)", ylim=c(0,1000), plot.ci=...