[R] text in graph with expression

2009-04-28 Thread Benoit Boulinguiez
Hi all, I'm using 'expression' in the axes labels in graphs to get the greek letters (ylab), as follows: plot( layer_1$U0 ,layer_1$dP/(H1.Theo) #,ylim=c(0,100) ,xlim=c(0,1.1) #,main=Pressure Drop, ,xlab=expression(U[0]~(Nm/s)) ,ylab=expression(Delta~P~(Pa/m)) ,col=2 ,pch=16 ,cex=1.5)

Re: [R] text in graph with expression

2009-04-28 Thread Uwe Ligges
Benoit Boulinguiez wrote: Hi all, I'm using 'expression' in the axes labels in graphs to get the greek letters (ylab), as follows: plot( layer_1$U0 ,layer_1$dP/(H1.Theo) #,ylim=c(0,100) ,xlim=c(0,1.1) #,main=Pressure Drop, ,xlab=expression(U[0]~(Nm/s))