[R-SIG-Mac] ">=" symbol
    Rolf Turner 
    r.turner at auckland.ac.nz
       
    Thu Nov  4 23:26:14 CET 2010
    
    
  
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
    
    
More information about the R-SIG-Mac
mailing list