Re: [R] mtext, picking subscript text from colnames(df)

2007-08-31 Thread Tord Snäll
Works excellent. Thanks! Tord Henrique Dallazuanna wrote: Try: mtext(eval(parse(tex=paste(expression(mu[, colnames(PresEsts)[2],]), sep=))),side=2,at=max(y)-15,las=1) -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40 S 49° 16' 22 O -- Tord Snäll Department of Ecology

[R] mtext, picking subscript text from colnames(df)

2007-08-30 Thread Tord Snäll
Hi! Could someone give advise on how to plot Greek letters where subscript text is picked from the names of a data.frame. I want what appears using this code mtext(expression(mu[Mountain]),side=2,at=max(y)-7,las=1,cex=1.5) but I would like to do it using something like this:

Re: [R] mtext, picking subscript text from colnames(df)

2007-08-30 Thread Henrique Dallazuanna
Try: mtext(eval(parse(tex=paste(expression(mu[, colnames(PresEsts)[2],]), sep=))),side=2,at=max(y)-15,las=1) -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40 S 49° 16' 22 O [[alternative HTML version deleted]] __