[R] Greek in text()

Sundar Dorai-Raj sundard at pdf.com
Mon Apr 15 17:52:03 CEST 2002


Try this instead:

text(x=.05,y=.5,labels=substitute(rho*r,list(r=0.77)))

or, to print "rho=0.77":

text(x=.05,y=.5,labels=substitute(rho==r,list(r=0.77)))


Look at ?plotmath for more help.

Sundar

Bill Simpson wrote:
> 
> I have gone over the examples and can't figure this out:
> rho<-.77
> text(x=.05,y=.5,paste(expression(rho),rho))
> 
> I was hoping to get this to print a Greek rho with 0.77 beside it.
> Instead I get: rho 0.77 (i.e. Roman lettering)
> The help on expression() is quite opaque so I don't understand how it
> works.
> 
> Thanks for any help.
> 
> Bill Simpson
> 
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._

-- 

Sundar Dorai-Raj, Ph.D.
Statistical Methods Engineer
PDF Solutions, Inc.
(972) 889-3085 x216
(214) 392-7619 cell
sundard at pdf.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list