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) -
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
Dear All,
Happy new year!
wonder if you could help with the following:
we have:
hist(runif(1000,0,100),xlab=expression(AUC[0 - 24]~ (xyz)),ylab="Frequency")
the plan is to have part of the xlab expression change dynamically,
specifically the values of 0 and 24 should be able to update 'autom
3 matches
Mail list logo