We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619d01c commit 5aecf7dCopy full SHA for 5aecf7d
R/geom-text.r
@@ -10,6 +10,12 @@
10
#' space they occupy on that plot is not constant in data units: when you
11
#' resize a plot, labels stay the same size, but the size of the axes changes.
12
#'
13
+#' \code{geom_text} and \code{geom_label} both add a label for each row in the
14
+#' data, even if coordinates x, y are set to single values in the call
15
+#' to \code{geom_label} or \code{geom_text}.
16
+#' To add labels at spefcified poitns use \code{\link{annotate}} with
17
+#' \code{annotate(geom = "text", ...)} or \code{annotate(geom = "label", ...)}
18
+#'
19
#' @section Aesthetics:
20
#' \aesthetics{geom}{text}
21
0 commit comments