From 56c18070a12c48c8d932ebf61ef53f86e26e029d Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Fri, 15 Mar 2024 12:01:51 +0100 Subject: [PATCH] Mention static aesthetic caveat --- R/geom-point.R | 4 +++- man/annotate.Rd | 4 +++- man/geom_abline.Rd | 4 +++- man/geom_bar.Rd | 4 +++- man/geom_bin_2d.Rd | 4 +++- man/geom_blank.Rd | 4 +++- man/geom_boxplot.Rd | 4 +++- man/geom_contour.Rd | 4 +++- man/geom_count.Rd | 4 +++- man/geom_density.Rd | 4 +++- man/geom_dotplot.Rd | 4 +++- man/geom_errorbarh.Rd | 4 +++- man/geom_function.Rd | 4 +++- man/geom_hex.Rd | 4 +++- man/geom_histogram.Rd | 4 +++- man/geom_jitter.Rd | 4 +++- man/geom_linerange.Rd | 4 +++- man/geom_map.Rd | 4 +++- man/geom_path.Rd | 4 +++- man/geom_point.Rd | 4 +++- man/geom_polygon.Rd | 4 +++- man/geom_qq.Rd | 4 +++- man/geom_quantile.Rd | 4 +++- man/geom_ribbon.Rd | 4 +++- man/geom_rug.Rd | 4 +++- man/geom_segment.Rd | 4 +++- man/geom_smooth.Rd | 4 +++- man/geom_spoke.Rd | 4 +++- man/geom_text.Rd | 4 +++- man/geom_tile.Rd | 4 +++- man/geom_violin.Rd | 4 +++- man/ggsf.Rd | 4 +++- man/stat_ecdf.Rd | 4 +++- man/stat_ellipse.Rd | 4 +++- man/stat_identity.Rd | 4 +++- man/stat_sf_coordinates.Rd | 4 +++- man/stat_summary.Rd | 4 +++- man/stat_summary_2d.Rd | 4 +++- man/stat_unique.Rd | 4 +++- 39 files changed, 117 insertions(+), 39 deletions(-) diff --git a/R/geom-point.R b/R/geom-point.R index 94d7fa248c..20a7f46b58 100644 --- a/R/geom-point.R +++ b/R/geom-point.R @@ -40,7 +40,9 @@ #' value and apply to the layer as a whole. For example, `colour = "red"` #' or `linewidth = 3`. The geom's documentation has an **Aesthetics** #' section that lists the available options. The 'required' aesthetics -#' cannot be passed on to the `params`. +#' cannot be passed on to the `params`. Please note that while passing +#' unmapped aesthetics as vectors is technically possible, the order and +#' required length is not guaranteed to be parallel to the input data. #' * When constructing a layer using #' a `stat_*()` function, the `...` argument can be used to pass on #' parameters to the `geom` part of the layer. An example of this is diff --git a/man/annotate.Rd b/man/annotate.Rd index 572133e8d6..c5117fa236 100644 --- a/man/annotate.Rd +++ b/man/annotate.Rd @@ -34,7 +34,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_abline.Rd b/man/geom_abline.Rd index 987908022d..9e13bc3de8 100644 --- a/man/geom_abline.Rd +++ b/man/geom_abline.Rd @@ -62,7 +62,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_bar.Rd b/man/geom_bar.Rd index 70c4b42437..a974f9824e 100644 --- a/man/geom_bar.Rd +++ b/man/geom_bar.Rd @@ -89,7 +89,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_bin_2d.Rd b/man/geom_bin_2d.Rd index 5d8c0cc5b0..38341bf063 100644 --- a/man/geom_bin_2d.Rd +++ b/man/geom_bin_2d.Rd @@ -76,7 +76,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_blank.Rd b/man/geom_blank.Rd index 52f22374f6..c547845953 100644 --- a/man/geom_blank.Rd +++ b/man/geom_blank.Rd @@ -71,7 +71,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_boxplot.Rd b/man/geom_boxplot.Rd index 31bc5fd1c2..e995aa6635 100644 --- a/man/geom_boxplot.Rd +++ b/man/geom_boxplot.Rd @@ -86,7 +86,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_contour.Rd b/man/geom_contour.Rd index 2225885518..d53e300a79 100644 --- a/man/geom_contour.Rd +++ b/man/geom_contour.Rd @@ -123,7 +123,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_count.Rd b/man/geom_count.Rd index 038194b1b0..370db388ed 100644 --- a/man/geom_count.Rd +++ b/man/geom_count.Rd @@ -71,7 +71,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_density.Rd b/man/geom_density.Rd index 6523261553..cd119edcb3 100644 --- a/man/geom_density.Rd +++ b/man/geom_density.Rd @@ -80,7 +80,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_dotplot.Rd b/man/geom_dotplot.Rd index 5b7c675b7c..1a57df3233 100644 --- a/man/geom_dotplot.Rd +++ b/man/geom_dotplot.Rd @@ -70,7 +70,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_errorbarh.Rd b/man/geom_errorbarh.Rd index 81144c089a..f72ccd5a2a 100644 --- a/man/geom_errorbarh.Rd +++ b/man/geom_errorbarh.Rd @@ -72,7 +72,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_function.Rd b/man/geom_function.Rd index b629dabe86..529f552d11 100644 --- a/man/geom_function.Rd +++ b/man/geom_function.Rd @@ -75,7 +75,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_hex.Rd b/man/geom_hex.Rd index 580f2b5901..1876bf19fe 100644 --- a/man/geom_hex.Rd +++ b/man/geom_hex.Rd @@ -74,7 +74,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_histogram.Rd b/man/geom_histogram.Rd index 63e8b1517b..7cd907daed 100644 --- a/man/geom_histogram.Rd +++ b/man/geom_histogram.Rd @@ -95,7 +95,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_jitter.Rd b/man/geom_jitter.Rd index 1eb8ed9a22..4ca3577792 100644 --- a/man/geom_jitter.Rd +++ b/man/geom_jitter.Rd @@ -74,7 +74,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_linerange.Rd b/man/geom_linerange.Rd index d4baeca5e3..03eb82f896 100644 --- a/man/geom_linerange.Rd +++ b/man/geom_linerange.Rd @@ -115,7 +115,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_map.Rd b/man/geom_map.Rd index 19d45af22b..f6aaf69dca 100644 --- a/man/geom_map.Rd +++ b/man/geom_map.Rd @@ -59,7 +59,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_path.Rd b/man/geom_path.Rd index bb1b49aece..4a59e4a081 100644 --- a/man/geom_path.Rd +++ b/man/geom_path.Rd @@ -102,7 +102,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_point.Rd b/man/geom_point.Rd index 3640142069..88e06e22aa 100644 --- a/man/geom_point.Rd +++ b/man/geom_point.Rd @@ -72,7 +72,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_polygon.Rd b/man/geom_polygon.Rd index 36ebc4087d..5e69742056 100644 --- a/man/geom_polygon.Rd +++ b/man/geom_polygon.Rd @@ -78,7 +78,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_qq.Rd b/man/geom_qq.Rd index a4a58d4883..62ff813561 100644 --- a/man/geom_qq.Rd +++ b/man/geom_qq.Rd @@ -120,7 +120,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_quantile.Rd b/man/geom_quantile.Rd index b9d95b8942..a3aa6ac3c0 100644 --- a/man/geom_quantile.Rd +++ b/man/geom_quantile.Rd @@ -78,7 +78,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_ribbon.Rd b/man/geom_ribbon.Rd index 723485ee75..418c759f8c 100644 --- a/man/geom_ribbon.Rd +++ b/man/geom_ribbon.Rd @@ -100,7 +100,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_rug.Rd b/man/geom_rug.Rd index 7f77b8751a..db5b200b76 100644 --- a/man/geom_rug.Rd +++ b/man/geom_rug.Rd @@ -75,7 +75,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_segment.Rd b/man/geom_segment.Rd index 7647d512a8..05ecf827e8 100644 --- a/man/geom_segment.Rd +++ b/man/geom_segment.Rd @@ -94,7 +94,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_smooth.Rd b/man/geom_smooth.Rd index 82b6793ade..ece17611a4 100644 --- a/man/geom_smooth.Rd +++ b/man/geom_smooth.Rd @@ -85,7 +85,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_spoke.Rd b/man/geom_spoke.Rd index 69d52e73b9..216686f8ec 100644 --- a/man/geom_spoke.Rd +++ b/man/geom_spoke.Rd @@ -73,7 +73,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_text.Rd b/man/geom_text.Rd index 94a9488844..9c64a258d5 100644 --- a/man/geom_text.Rd +++ b/man/geom_text.Rd @@ -96,7 +96,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_tile.Rd b/man/geom_tile.Rd index c8ff067065..a45ca07008 100644 --- a/man/geom_tile.Rd +++ b/man/geom_tile.Rd @@ -101,7 +101,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/geom_violin.Rd b/man/geom_violin.Rd index 9ed6d29557..4041d770c7 100644 --- a/man/geom_violin.Rd +++ b/man/geom_violin.Rd @@ -84,7 +84,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/ggsf.Rd b/man/ggsf.Rd index f7b13737ec..3b8ff90bd7 100644 --- a/man/ggsf.Rd +++ b/man/ggsf.Rd @@ -246,7 +246,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/stat_ecdf.Rd b/man/stat_ecdf.Rd index afe248c5bb..2a8e6c80e7 100644 --- a/man/stat_ecdf.Rd +++ b/man/stat_ecdf.Rd @@ -74,7 +74,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/stat_ellipse.Rd b/man/stat_ellipse.Rd index 5f175dfb87..bed871d361 100644 --- a/man/stat_ellipse.Rd +++ b/man/stat_ellipse.Rd @@ -75,7 +75,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/stat_identity.Rd b/man/stat_identity.Rd index 765410bbfb..945eaafd87 100644 --- a/man/stat_identity.Rd +++ b/man/stat_identity.Rd @@ -71,7 +71,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/stat_sf_coordinates.Rd b/man/stat_sf_coordinates.Rd index 75656a44c1..35ce136a6c 100644 --- a/man/stat_sf_coordinates.Rd +++ b/man/stat_sf_coordinates.Rd @@ -95,7 +95,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/stat_summary.Rd b/man/stat_summary.Rd index 8b52cc8449..3be4ac1de6 100644 --- a/man/stat_summary.Rd +++ b/man/stat_summary.Rd @@ -105,7 +105,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/stat_summary_2d.Rd b/man/stat_summary_2d.Rd index 4fcf667289..464cdeacc3 100644 --- a/man/stat_summary_2d.Rd +++ b/man/stat_summary_2d.Rd @@ -95,7 +95,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is diff --git a/man/stat_unique.Rd b/man/stat_unique.Rd index 9e0dc52ca5..89a7e728b5 100644 --- a/man/stat_unique.Rd +++ b/man/stat_unique.Rd @@ -72,7 +72,9 @@ of the 4 categories below are ignored. value and apply to the layer as a whole. For example, \code{colour = "red"} or \code{linewidth = 3}. The geom's documentation has an \strong{Aesthetics} section that lists the available options. The 'required' aesthetics -cannot be passed on to the \code{params}. +cannot be passed on to the \code{params}. Please note that while passing +unmapped aesthetics as vectors is technically possible, the order and +required length is not guaranteed to be parallel to the input data. \item When constructing a layer using a \verb{stat_*()} function, the \code{...} argument can be used to pass on parameters to the \code{geom} part of the layer. An example of this is