Re: [R] Plot dagger symbol in R

2009-01-29 Thread Duncan Murdoch
ary 29, 2009 1:35 PM To: Mark Difford Cc: r-help@r-project.org Subject: Re: [R] Plot dagger symbol in R On Thu, 29 Jan 2009, Mark Difford wrote: > > Hi Roland, > >>> But this is obviously not a dagger and it seems the Adobe Symbol font >>> does not have a dagger. > > T

Re: [R] Plot dagger symbol in R

2009-01-29 Thread Rau, Roland
hursday, January 29, 2009 1:35 PM > To: Mark Difford > Cc: r-help@r-project.org > Subject: Re: [R] Plot dagger symbol in R > > On Thu, 29 Jan 2009, Mark Difford wrote: > > > > > Hi Roland, > > > >>> But this is obviously not a dagger and it seems the

Re: [R] Plot dagger symbol in R

2009-01-29 Thread Prof Brian Ripley
On Thu, 29 Jan 2009, Mark Difford wrote: Hi Roland, But this is obviously not a dagger and it seems the Adobe Symbol font does not have a dagger. True, but ... Yoda was here. plot(0:1,0:1, type="n") text(x=0.5, y=0.5, labels=expression("\u2020")) text(x=0.4, y=0.6, labels=expression("\u202

Re: [R] Plot dagger symbol in R

2009-01-29 Thread baptiste auguie
Hi, If all else fails, you could consider using LaTeX itself with psfrag, or perhaps a similar idea involving eps2pgf. http://biostat.mc.vanderbilt.edu/twiki/bin/view/Main/PsFrag Hope this helps, baptiste On 29 Jan 2009, at 11:24, Rau, Roland wrote: Dear all, I would like to plot the da

Re: [R] Plot dagger symbol in R

2009-01-29 Thread Mark Difford
Hi Roland, >> But this is obviously not a dagger and it seems the Adobe Symbol font >> does not have a dagger. True, but ... Yoda was here. plot(0:1,0:1, type="n") text(x=0.5, y=0.5, labels=expression("\u2020")) text(x=0.4, y=0.6, labels=expression("\u2021")) ?plotmath, sub "Other symbols" ...

Re: [R] Plot dagger symbol in R

2009-01-29 Thread Duncan Murdoch
Rau, Roland wrote: Dear all, I would like to plot the dagger symbol in R (like LaTeX's \dagger). However, I was unable to do so. First, I thought maybe dagger actually exists just like the degree symbol: plot(0:1,0:1, type="n") text(x=0.5, y=0.5, labels=expression(degree)) plot(0:1,0:1, type=

[R] Plot dagger symbol in R

2009-01-29 Thread Rau, Roland
Dear all, I would like to plot the dagger symbol in R (like LaTeX's \dagger). However, I was unable to do so. First, I thought maybe dagger actually exists just like the degree symbol: plot(0:1,0:1, type="n") text(x=0.5, y=0.5, labels=expression(degree)) plot(0:1,0:1, type="n") text(x=0.5, y=0.