Skip to content
Prev 168563 / 398502 Next

Plot dagger symbol in R

Rau, Roland wrote:
I think it will depend on your output device whether the character glyph 
exists, but this works for me on a Mac:

 plot(1, main="My dagger: \u2020")

Duncan Murdoch