Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions R/aes.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ NULL
#'
#' [Delayed evaluation][aes_eval] for working with computed variables.
#'
#' @note
#' Using `I()` to create objects of class 'AsIs' causes scales to ignore the
#' variable and assumes the wrapped variable is direct input for the grid
#' package. Please be aware that variables are sometimes combined, like in
#' some stats or position adjustments, that may yield unexpected results with
#' 'AsIs' variables.
#'
#' @family aesthetics documentation
#' @return A list with class `uneval`. Components of the list are either
#' quosures or constants.
Expand Down
7 changes: 7 additions & 0 deletions man/aes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading