Displaying 3 results from an estimated 3 matches for "caryocar".
Did you mean:
carioca
2011 Jul 26
1
adjusting x-axis labels
...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=c(0,1200), cex.axis=0.6)
tex...
2011 May 23
2
Formatting names.arg
...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 phosphatase activity (nmol/h/g)...
2011 Jun 21
2
par code help
...ot;, "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="Soil acid phosphatase activity...