[R] xlab not displayed when 'expression' is used in R 1.1.0

Thomas Lumley thomas at biostat.washington.edu
Tue Jun 20 19:24:28 CEST 2000


On Tue, 20 Jun 2000, Ernesto Barrios wrote:

> Greetings everyone,
> 
> I'll appreciate any help to understand the problem I'm having with
> 'expression' when I use it to label the x-axis of a plot.
> 
> I get the same behaviour under Windows NT4 SP6, and Windows 2000.
> Trying

I also get this with today's r-devel under Debian, so it's not just a
Windows problem.

It's happening inside title()

These work
 title(xlab="foo")
 title(ylab="foo")
 title(ylab=expression(X))
but
 title(xlab=expression(X))
doesn't

	-thomas

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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