We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12b73d commit ac1fa80Copy full SHA for ac1fa80
R/geom-map.R
@@ -22,7 +22,7 @@ NULL
22
#' # how `geom_map()` works. It requires two data frames:
23
#' # One contains the coordinates of each polygon (`positions`), and is
24
#' # provided via the `map` argument. The other contains the
25
-#' # other the values associated with each polygon (`values`). An id
+#' # values associated with each polygon (`values`). An id
26
#' # variable links the two together.
27
#'
28
#' ids <- factor(c("1.1", "2.1", "1.2", "2.2", "1.3", "2.3"))
0 commit comments