An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20101104/86364da6/attachment.pl>
">=" symbol
2 messages · Wang, Fei, Rolf Turner
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