Re: [R] expression in xlab for a plot

2014-01-01 Thread arun
HI, Another way would be to use ?substitute() hist(runif(1000,0,100),xlab=substitute(expression(AUC[low - high]~ (xyz)),list(low=low,high=high)),ylab="Frequency") A.K. On Wednesday, January 1, 2014 10:36 AM, arun wrote: Hi,May be this helps:   hist(runif(1000,0,100),xlab=bquote(AUC[.(low) -

Re: [R] expression in xlab for a plot

2014-01-01 Thread arun
Hi,May be this helps:   hist(runif(1000,0,100),xlab=bquote(AUC[.(low) - .(high)]~ (xyz)),ylab="Frequency") A.K. On Wednesday, January 1, 2014 10:30 AM, Andras Farkas wrote: Dear All, Happy new year! wonder if you could help with the following: we have: hist(runif(1000,0,100),xlab=express