From 9e79ca05c7d04b82750f7249ca7192e0c4164bda Mon Sep 17 00:00:00 2001 From: Katrin Leinweber <9948149+katrinleinweber@users.noreply.github.com> Date: Sun, 24 Nov 2019 07:57:53 +0100 Subject: [PATCH] Direct link to function docu, not package docu --- R/aes.r | 2 +- man/aes.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/aes.r b/R/aes.r index ef6f9dd602..fd01bfd274 100644 --- a/R/aes.r +++ b/R/aes.r @@ -5,7 +5,7 @@ NULL #' #' Aesthetic mappings describe how variables in the data are mapped to visual #' properties (aesthetics) of geoms. Aesthetic mappings can be set in -#' [ggplot2()] and in individual layers. +#' [ggplot()] and in individual layers. #' #' This function also standardises aesthetic names by converting `color` to `colour` #' (also in substrings, e.g., `point_color` to `point_colour`) and translating old style diff --git a/man/aes.Rd b/man/aes.Rd index 5b1c80daab..3075d6a0c5 100644 --- a/man/aes.Rd +++ b/man/aes.Rd @@ -22,7 +22,7 @@ quosures or constants. \description{ Aesthetic mappings describe how variables in the data are mapped to visual properties (aesthetics) of geoms. Aesthetic mappings can be set in -\code{\link[=ggplot2]{ggplot2()}} and in individual layers. +\code{\link[=ggplot]{ggplot()}} and in individual layers. } \details{ This function also standardises aesthetic names by converting \code{color} to \code{colour}