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
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
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
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
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" ...
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=
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.
7 matches
Mail list logo