Created
April 20, 2015 03:58
-
-
Save dpastoor/e032cbc26f1e848c1ced to your computer and use it in GitHub Desktop.
geom annotate examples for labels in top left corners
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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