From ac1fa80d81869d090666985ee1cb8ac60525b1f6 Mon Sep 17 00:00:00 2001 From: Jonathan Carroll Date: Sat, 26 Oct 2024 23:01:19 +1030 Subject: [PATCH 1/2] Typo in geom-map.R --- R/geom-map.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geom-map.R b/R/geom-map.R index 7f4b860378..0632ba36ee 100644 --- a/R/geom-map.R +++ b/R/geom-map.R @@ -22,7 +22,7 @@ NULL #' # how `geom_map()` works. It requires two data frames: #' # One contains the coordinates of each polygon (`positions`), and is #' # provided via the `map` argument. The other contains the -#' # other the values associated with each polygon (`values`). An id +#' # values associated with each polygon (`values`). An id #' # variable links the two together. #' #' ids <- factor(c("1.1", "2.1", "1.2", "2.2", "1.3", "2.3")) From 333555746571b35174858768822e3277c0ddd247 Mon Sep 17 00:00:00 2001 From: Jonathan Carroll Date: Sun, 27 Oct 2024 00:15:18 +1030 Subject: [PATCH 2/2] document --- man/geom_map.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/geom_map.Rd b/man/geom_map.Rd index 58e83adad4..55c06b5b26 100644 --- a/man/geom_map.Rd +++ b/man/geom_map.Rd @@ -126,7 +126,7 @@ Learn more about setting these aesthetics in \code{vignette("ggplot2-specs")}. # how `geom_map()` works. It requires two data frames: # One contains the coordinates of each polygon (`positions`), and is # provided via the `map` argument. The other contains the -# other the values associated with each polygon (`values`). An id +# values associated with each polygon (`values`). An id # variable links the two together. ids <- factor(c("1.1", "2.1", "1.2", "2.2", "1.3", "2.3"))