Skip to content

expression

2 messages · Josmar Mazucheli, Peter Dalgaard

#
Dear all, Why this does not work???

plot(1:10,1:10,ylab=expression(sigma),xlab=expression(sigma))

but

plot(1:10,1:10,ylab=expression(sigma),xlab=expression(sigma))
title("",xlab=expression(sigma))

work!!!!!!!


ps: R under windows


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
"Josmar Mazucheli" <j_mazuch at hotmail.com> writes:
Which version?

The NEWS for 1.1.1 has under Bug fixes:

    o   Specifying xlab as an expression now works again.