Skip to content

Commit 21e27ab

Browse files
committed
Crosslink aes and aes_eval docs
1 parent 68ba639 commit 21e27ab

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

R/aes-evaluation.r

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#' Control aesthetic evaluation
22
#'
3-
#' Most aesthetics are mapped from variables found in the data. Sometimes,
4-
#' however, you want to delay the mapping until later in the rendering process.
5-
#' ggplot2 has three stages of the data that you can map aesthetics from, and
6-
#' three functions to control at which stage aesthetics should be evaluated.
3+
#' Most [aesthetics][aes()] are mapped from variables found in the data.
4+
#' Sometimes, however, you want to delay the mapping until later in the
5+
#' rendering process. ggplot2 has three stages of the data that you can map
6+
#' aesthetics from, and three functions to control at which stage aesthetics
7+
#' should be evaluated.
78
#'
89
#' @usage # These functions can be used inside the `aes()` function
910
#' # used as the `mapping` argument in layers, for example:

R/aes.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ NULL
3131
#' are typically omitted because they are so common; all other aesthetics must be named.
3232
#' @seealso [vars()] for another quoting function designed for
3333
#' faceting specifications.
34+
#'
35+
#' [Delayed evaluation][aes_eval] for working with computed variables.
3436
#' @return A list with class `uneval`. Components of the list are either
3537
#' quosures or constants.
3638
#' @export

man/aes.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/aes_eval.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)