On May 23, 2011, at 4:31 PM, David Winsemius wrote:
>
> On May 23, 2011, at 4:32 PM, Marc Schwartz wrote:
>
>> On May 23, 2011, at 3:13 PM, Adrienne Keller wrote:
>>
>>> I am making a barplot using barplot2 from gplots and would like to
>>> format the names of my categorical variables (tree spe
On May 23, 2011, at 4:32 PM, Marc Schwartz wrote:
On May 23, 2011, at 3:13 PM, Adrienne Keller wrote:
I am making a barplot using barplot2 from gplots 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
Adrienne Keller umontana.edu> writes:
> I am making a barplot using barplot2 from gplots 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:
[snip]
Try "Dia
On May 23, 2011, at 3:13 PM, Adrienne Keller wrote:
> I am making a barplot using barplot2 from gplots 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:
>
> sp
I am making a barplot using barplot2 from gplots 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
ver
Try this modification of your code.
-tgs
ynames <-
base.dat.sel2$base.dat.Covariate[order(base.dat.sel2$base.dat.US.Num.Obs.to.Achieve.Starting.Residual,decreasing=F)]
ynames <- as.character(ynames)
ynames[12]<-expression(theta[r])
ynames[13]<-expression(EC[gw])
ttt<-barplot(base.dat.sel2$base.d
Hello,
I've been looking through ?phantom and ?expression and this forum for
examples of how I might be able to manipulate some of the names that appear
on the y-axis of the barplot below. For example, the "gw" in "ECgw" would
appear as a subscript...or "qr" would be the theta symbol followed by
7 matches
Mail list logo