Displaying 3 results from an estimated 3 matches for "brosimum".
2011 Jul 26
1
adjusting x-axis labels
...graph.
A simplified version of my code thus far is as follows. I am using
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...
2011 May 23
2
Formatting names.arg
...and would like to
format the names of my categorical variables (tree species) on the x-
axis so 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 pho...
2011 Jun 21
2
par code help
...grey20", "grey20", "grey20", "grey70", "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="So...