Skip to content

Instantly share code, notes, and snippets.

@dpastoor
Created April 20, 2015 03:58
Show Gist options
  • Select an option

  • Save dpastoor/e032cbc26f1e848c1ced to your computer and use it in GitHub Desktop.

Select an option

Save dpastoor/e032cbc26f1e848c1ced to your computer and use it in GitHub Desktop.
geom annotate examples for labels in top left corners
annotate("text", x = -Inf, y = Inf, label = paste0("PredP =", 0.57), hjust = -0.1, vjust = 2, size = 5) +
annotate("text", x = -Inf, y = Inf, label = paste0("EqCrit =", 1), hjust = -0.1, vjust = 4, size = 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment