diff --git a/DESCRIPTION b/DESCRIPTION index f4663c5cb7..407b190ada 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -80,7 +80,7 @@ Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.0.9000 +RoxygenNote: 7.2.1 Collate: 'ggproto.r' 'ggplot-global.R' diff --git a/R/geom-abline.r b/R/geom-abline.r index 4d18c8d8c5..ae94a6b0a9 100644 --- a/R/geom-abline.r +++ b/R/geom-abline.r @@ -33,7 +33,7 @@ NULL #' adding straight line segments to a plot. #' @inheritParams layer #' @inheritParams geom_point -#' @param mapping Set of aesthetic mappings created by [aes()] or [aes_()]. +#' @param mapping Set of aesthetic mappings created by [aes()]. #' @param xintercept,yintercept,slope,intercept Parameters that control the #' position of the line. If these are set, `data`, `mapping` and #' `show.legend` are overridden. diff --git a/R/layer.r b/R/layer.r index 9b9020e17a..1b043fece2 100644 --- a/R/layer.r +++ b/R/layer.r @@ -5,10 +5,10 @@ #' calls but it can also be created directly using this function. #' #' @export -#' @param mapping Set of aesthetic mappings created by [aes()] or -#' [aes_()]. If specified and `inherit.aes = TRUE` (the -#' default), it is combined with the default mapping at the top level of the -#' plot. You must supply `mapping` if there is no plot mapping. +#' @param mapping Set of aesthetic mappings created by [aes()]. If specified and +#' `inherit.aes = TRUE` (the default), it is combined with the default mapping +#' at the top level of the plot. You must supply `mapping` if there is no plot +#' mapping. #' @param data The data to be displayed in this layer. There are three #' options: #' diff --git a/man/borders.Rd b/man/borders.Rd index 3ecd30cfc1..5c1df15d09 100644 --- a/man/borders.Rd +++ b/man/borders.Rd @@ -33,10 +33,10 @@ polygons, see \code{\link[maps:map]{maps::map()}} for details.} being drawn (using the \code{subgroup} aesthetic) this argument defines how the hole coordinates are interpreted. See the examples in \code{\link[grid:grid.path]{grid::pathGrob()}} for an explanation.} - \item{\code{mapping}}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} + \item{\code{mapping}}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{\code{data}}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_abline.Rd b/man/geom_abline.Rd index 03baa1d9b2..ea6b24dd8f 100644 --- a/man/geom_abline.Rd +++ b/man/geom_abline.Rd @@ -35,7 +35,7 @@ geom_vline( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or \code{\link[=aes_]{aes_()}}.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_bar.Rd b/man/geom_bar.Rd index 734c0d42c1..3b35d724fe 100644 --- a/man/geom_bar.Rd +++ b/man/geom_bar.Rd @@ -44,10 +44,10 @@ stat_count( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_bin_2d.Rd b/man/geom_bin_2d.Rd index 1066daad7d..d5b36b43e9 100644 --- a/man/geom_bin_2d.Rd +++ b/man/geom_bin_2d.Rd @@ -33,10 +33,10 @@ stat_bin_2d( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_blank.Rd b/man/geom_blank.Rd index 291033f448..e3899b3c9c 100644 --- a/man/geom_blank.Rd +++ b/man/geom_blank.Rd @@ -15,10 +15,10 @@ geom_blank( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_boxplot.Rd b/man/geom_boxplot.Rd index f9b850bcf0..78cc6d0091 100644 --- a/man/geom_boxplot.Rd +++ b/man/geom_boxplot.Rd @@ -41,10 +41,10 @@ stat_boxplot( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_contour.Rd b/man/geom_contour.Rd index af9137e7a3..d86cf14e24 100644 --- a/man/geom_contour.Rd +++ b/man/geom_contour.Rd @@ -67,10 +67,10 @@ stat_contour_filled( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_count.Rd b/man/geom_count.Rd index 750516efef..7b8172449e 100644 --- a/man/geom_count.Rd +++ b/man/geom_count.Rd @@ -28,10 +28,10 @@ stat_sum( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_density.Rd b/man/geom_density.Rd index 02fdc43627..754fd36cfc 100644 --- a/man/geom_density.Rd +++ b/man/geom_density.Rd @@ -36,10 +36,10 @@ stat_density( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_density_2d.Rd b/man/geom_density_2d.Rd index 3338c9c4cd..bc76a44fd4 100644 --- a/man/geom_density_2d.Rd +++ b/man/geom_density_2d.Rd @@ -71,10 +71,10 @@ stat_density_2d_filled( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: @@ -219,7 +219,7 @@ of those should be used is determined by the \code{contour_var} parameter. } If contouring is enabled, then similarly \code{density}, \code{ndensity}, and \code{count} -no longer be available after the contouring pass. +are no longer available after the contouring pass. } \examples{ diff --git a/man/geom_dotplot.Rd b/man/geom_dotplot.Rd index 4b6bccedb6..ca4f1c7fe8 100644 --- a/man/geom_dotplot.Rd +++ b/man/geom_dotplot.Rd @@ -27,10 +27,10 @@ geom_dotplot( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_errorbarh.Rd b/man/geom_errorbarh.Rd index d6f2c135dd..62478923a7 100644 --- a/man/geom_errorbarh.Rd +++ b/man/geom_errorbarh.Rd @@ -16,10 +16,10 @@ geom_errorbarh( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_function.Rd b/man/geom_function.Rd index 2bbb8733c1..873a524447 100644 --- a/man/geom_function.Rd +++ b/man/geom_function.Rd @@ -32,10 +32,10 @@ stat_function( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{Ignored by \code{stat_function()}, do not use.} diff --git a/man/geom_hex.Rd b/man/geom_hex.Rd index a6962f7cfd..8158fefdb3 100644 --- a/man/geom_hex.Rd +++ b/man/geom_hex.Rd @@ -31,10 +31,10 @@ stat_bin_hex( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_histogram.Rd b/man/geom_histogram.Rd index 24de844999..a0bc5ab8c5 100644 --- a/man/geom_histogram.Rd +++ b/man/geom_histogram.Rd @@ -52,10 +52,10 @@ stat_bin( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_jitter.Rd b/man/geom_jitter.Rd index 0191f7b506..0df5cf5ffb 100644 --- a/man/geom_jitter.Rd +++ b/man/geom_jitter.Rd @@ -18,10 +18,10 @@ geom_jitter( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_linerange.Rd b/man/geom_linerange.Rd index d274ad2c1b..ddd5158da5 100644 --- a/man/geom_linerange.Rd +++ b/man/geom_linerange.Rd @@ -59,10 +59,10 @@ geom_pointrange( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_map.Rd b/man/geom_map.Rd index 442f2e93d7..b23d458ad5 100644 --- a/man/geom_map.Rd +++ b/man/geom_map.Rd @@ -16,10 +16,10 @@ geom_map( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_path.Rd b/man/geom_path.Rd index 9d2af717fc..1df8382452 100644 --- a/man/geom_path.Rd +++ b/man/geom_path.Rd @@ -46,10 +46,10 @@ geom_step( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_point.Rd b/man/geom_point.Rd index a502238cf7..641552a6c6 100644 --- a/man/geom_point.Rd +++ b/man/geom_point.Rd @@ -16,10 +16,10 @@ geom_point( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_polygon.Rd b/man/geom_polygon.Rd index 81d1eb61a6..55835dd696 100644 --- a/man/geom_polygon.Rd +++ b/man/geom_polygon.Rd @@ -17,10 +17,10 @@ geom_polygon( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_qq.Rd b/man/geom_qq.Rd index a8de1f13ff..82a0b506ef 100644 --- a/man/geom_qq.Rd +++ b/man/geom_qq.Rd @@ -64,10 +64,10 @@ stat_qq( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_quantile.Rd b/man/geom_quantile.Rd index cd53c5ee08..af5e901f3d 100644 --- a/man/geom_quantile.Rd +++ b/man/geom_quantile.Rd @@ -35,10 +35,10 @@ stat_quantile( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_ribbon.Rd b/man/geom_ribbon.Rd index 165f7ac3ca..747333c503 100644 --- a/man/geom_ribbon.Rd +++ b/man/geom_ribbon.Rd @@ -44,10 +44,10 @@ stat_align( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_rug.Rd b/man/geom_rug.Rd index 91eed7baa0..3a1e374086 100644 --- a/man/geom_rug.Rd +++ b/man/geom_rug.Rd @@ -19,10 +19,10 @@ geom_rug( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_segment.Rd b/man/geom_segment.Rd index 310daacc1f..883e822d65 100644 --- a/man/geom_segment.Rd +++ b/man/geom_segment.Rd @@ -38,10 +38,10 @@ geom_curve( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_smooth.Rd b/man/geom_smooth.Rd index ba84914d29..2ea262c53a 100644 --- a/man/geom_smooth.Rd +++ b/man/geom_smooth.Rd @@ -41,10 +41,10 @@ stat_smooth( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_spoke.Rd b/man/geom_spoke.Rd index d38bd3aa45..66f2576a81 100644 --- a/man/geom_spoke.Rd +++ b/man/geom_spoke.Rd @@ -17,10 +17,10 @@ geom_spoke( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_text.Rd b/man/geom_text.Rd index b4209c8446..fda5ec7ff1 100644 --- a/man/geom_text.Rd +++ b/man/geom_text.Rd @@ -38,10 +38,10 @@ geom_text( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_tile.Rd b/man/geom_tile.Rd index 2da772536c..89b3d2358d 100644 --- a/man/geom_tile.Rd +++ b/man/geom_tile.Rd @@ -45,10 +45,10 @@ geom_tile( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/geom_violin.Rd b/man/geom_violin.Rd index c125383a95..9ed49579eb 100644 --- a/man/geom_violin.Rd +++ b/man/geom_violin.Rd @@ -38,10 +38,10 @@ stat_ydensity( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/ggsf.Rd b/man/ggsf.Rd index 0dbd4af105..fca4f896d3 100644 --- a/man/ggsf.Rd +++ b/man/ggsf.Rd @@ -175,10 +175,10 @@ limits are set via \code{xlim} and \code{ylim} and some data points fall outside limits, then those data points may show up in places such as the axes, the legend, the plot title, or the plot margins.} -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/layer.Rd b/man/layer.Rd index f5ea00e3f9..73a4fa481d 100644 --- a/man/layer.Rd +++ b/man/layer.Rd @@ -44,10 +44,10 @@ the plot data. The return value must be a \code{data.frame}, and will be used as the layer data. A \code{function} can be created from a \code{formula} (e.g. \code{~ head(.x, 10)}).} -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{position}{Position adjustment, either as a string naming the adjustment (e.g. \code{"jitter"} to use \code{position_jitter}), or the result of a call to a diff --git a/man/layer_sf.Rd b/man/layer_sf.Rd index 4fa7bfcd59..b32d7ccc41 100644 --- a/man/layer_sf.Rd +++ b/man/layer_sf.Rd @@ -42,10 +42,10 @@ the plot data. The return value must be a \code{data.frame}, and will be used as the layer data. A \code{function} can be created from a \code{formula} (e.g. \code{~ head(.x, 10)}).} -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{position}{Position adjustment, either as a string naming the adjustment (e.g. \code{"jitter"} to use \code{position_jitter}), or the result of a call to a diff --git a/man/stat_ecdf.Rd b/man/stat_ecdf.Rd index 289ce5caca..f7d78f8f33 100644 --- a/man/stat_ecdf.Rd +++ b/man/stat_ecdf.Rd @@ -18,10 +18,10 @@ stat_ecdf( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/stat_ellipse.Rd b/man/stat_ellipse.Rd index e469382814..73f6fa119e 100644 --- a/man/stat_ellipse.Rd +++ b/man/stat_ellipse.Rd @@ -19,10 +19,10 @@ stat_ellipse( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/stat_identity.Rd b/man/stat_identity.Rd index 391b200bfe..e2cf741560 100644 --- a/man/stat_identity.Rd +++ b/man/stat_identity.Rd @@ -15,10 +15,10 @@ stat_identity( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/stat_sf_coordinates.Rd b/man/stat_sf_coordinates.Rd index 677cde4c85..dedcd06645 100644 --- a/man/stat_sf_coordinates.Rd +++ b/man/stat_sf_coordinates.Rd @@ -19,10 +19,10 @@ stat_sf_coordinates( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/stat_summary.Rd b/man/stat_summary.Rd index fb57a5dfec..a3c3e6c32f 100644 --- a/man/stat_summary.Rd +++ b/man/stat_summary.Rd @@ -49,10 +49,10 @@ stat_summary( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/stat_summary_2d.Rd b/man/stat_summary_2d.Rd index 7ccf092818..61032e992c 100644 --- a/man/stat_summary_2d.Rd +++ b/man/stat_summary_2d.Rd @@ -39,10 +39,10 @@ stat_summary_hex( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: diff --git a/man/stat_unique.Rd b/man/stat_unique.Rd index da935aaf3f..7e2cae5e22 100644 --- a/man/stat_unique.Rd +++ b/man/stat_unique.Rd @@ -16,10 +16,10 @@ stat_unique( ) } \arguments{ -\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}} or -\code{\link[=aes_]{aes_()}}. If specified and \code{inherit.aes = TRUE} (the -default), it is combined with the default mapping at the top level of the -plot. You must supply \code{mapping} if there is no plot mapping.} +\item{mapping}{Set of aesthetic mappings created by \code{\link[=aes]{aes()}}. If specified and +\code{inherit.aes = TRUE} (the default), it is combined with the default mapping +at the top level of the plot. You must supply \code{mapping} if there is no plot +mapping.} \item{data}{The data to be displayed in this layer. There are three options: