Re: [R] xlab with text and expression

2010-09-13 Thread threshold
One more question, given that plot(rnorm(1),rnorm(1), ylab=expression(a~b >= 3), cex.lab=1.2) then sign >= seems to be smaller than the rest, seems like cex.lab=1.2 affects only the text in ylab. 1) Is there any way to alter its size to follow the size of the whole expression? It works nice for

Re: [R] xlab with text and expression

2010-09-11 Thread threshold
thanks a lot! -- View this message in context: http://r.789695.n4.nabble.com/xlab-with-text-and-expression-tp2535732p2535785.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailma

Re: [R] xlab with text and expression

2010-09-11 Thread David Winsemius
On Sep 11, 2010, at 11:07 AM, threshold wrote: Dear R users, say plot(rnorm(1)~rnorm(1), xlab=paste('abc', expression(x>=1)), plot(rnorm(1)~rnorm(1), xlab=expression(abc~x >= 1)) # or if you are uncertain whether abc is a plotmath-special then this also works plot(rnorm(1)~rnorm(1), xla