Re: [R-sig-Geo] problem with Expression in a Plot

2010-11-25 Thread Dennis Murphy
Hi: Try plot(1, 1, ylab = expression(paste("RMSE[",m^3,"/ha]", sep = ''))) HTH, Dennis On Thu, Nov 25, 2010 at 7:21 AM, gianni lavaredo wrote: > Dear researchers, > > I spent several times to resolve this problem. Sorry I know is easy. > > in a plot a need to write RMSE [m3/ha] > > i am using b

[R-sig-Geo] problem with Expression in a Plot

2010-11-25 Thread gianni lavaredo
Dear researchers, I spent several times to resolve this problem. Sorry I know is easy. in a plot a need to write RMSE [m3/ha] i am using but I can close the last "]" ylab=expression(paste("RMSE [m")^3/ha), my final result is RMSE [m3/ha but i need RMSE [m3\ha] thanks for yout time Gianni