Is it possible to use a double dagger symbol in a ggplot2 plot? Can I achieve this with the annotate() function?
Asked
Active
Viewed 757 times
-1
-
Please see the link (http://stackoverflow.com/questions/9917049/inserting-an-image-to-ggplot2) – Kumar Manglam Jun 16 '16 at 09:04
1 Answers
0
Of course.
ggplot() + geom_blank() +
annotate("text", x = 1, y = 1, label = "‡")

Richard Telford
- 9,558
- 6
- 38
- 51