annotate {ggplot2}R Documentation

Annotate a plot

Description

Add annotations to a plot in a convenient manner

Usage

annotate(geom, x = NULL, y = NULL, xmin = NULL, xmax = NULL, ymin = NULL, ymax = NULL, ...)

Arguments

geom
x
y
xmin
xmax
ymin
ymax
...

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

annotate("text", x = 0, y = 0, label = "title")

[Package ggplot2 version 0.8.5 Index]