On 5/11/2010, at 11:19 AM, Wang, Fei wrote:

> Hi there,
> Does anyone of you know how to get R to print/plot the ">=" symbol? I've 
> tried using expression but it doesn't work with this symbol. I want the bar 
> to be below '>'.

(a) This question has nothing to do with R-sig-Mac; it should have
been directed to r-help.

(b) ``expression'' works for me.  E.g.

        plot(1:10,xlab=expression(x >= 42))

places the bar below the ">".

        cheers,

                Rolf Turner
_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to