annotate {ggplot2} | R Documentation |
Add annotations to a plot in a convenient manner
annotate(geom, x = NULL, y = NULL, xmin = NULL, xmax = NULL, ymin = NULL, ymax = NULL, ...)
geom |
|
x |
|
y |
|
xmin |
|
xmax |
|
ymin |
|
ymax |
|
... |
Hadley Wickham <h.wickham@gmail.com>
annotate("text", x = 0, y = 0, label = "title")