-1

Is it possible to use a double dagger symbol in a ggplot2 plot? Can I achieve this with the annotate() function?

1 Answers1

0

Of course.

ggplot() + geom_blank() +
  annotate("text", x = 1, y = 1, label = "‡")
Richard Telford
  • 9,558
  • 6
  • 38
  • 51