Hi, I'm trying to label the horizontal axis of a plot with a symbol that is the equivalent of \mathbb{R} in LaTeX. I've had a look through the help pages for plotmath and for Hershey and haven't found the symbol. Could someone give me a pointer, please? Using R 1.9.1 on Win32. -- SC
> -----Original Message----- > From: Simon Cullen > Sent: Thursday, August 26, 2004 1:26 PM > To: r-help at stat.math.ethz.ch > Subject: [R] Label using equivalent of \mathbb{R} > > Hi, > > I'm trying to label the horizontal axis of a plot with a symbol that is > the equivalent of \mathbb{R} in LaTeX. I've had a look through the help > pages for plotmath and for Hershey and haven't found the symbol. Could > someone give me a pointer, please? >[Dietrich Trenkler] > plot(rnorm(10),xlab=expression(bold(x)),ylab=expression(bold(y)))
On Thu, 26 Aug 2004 16:40:09 +0200, Trenkler, Dietrich <dtrenkler at nts6.oec.uni-osnabrueck.de> wrote:> [Dietrich Trenkler] Oh yes, I see. I was too overhasty. > Maybe using psfrag > http://www.ctan.org/tex-archive/macros/latex/contrib/psfrag/ > is a way out.Thanks! That is exactly what I wanted. -- SC