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), xlab=expression("abc"~x >= 1))
I want proper sign of weak inequality not just '>='
will appreciate!
robert
--
David Winsemius, MD
West Hartford, CT
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.