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 d7c0112 commit 3e65360Copy full SHA for 3e65360
R/graticule.R
@@ -38,7 +38,7 @@
38
#' c( bb[3],bb[4]),c( bb[1],bb[4]),c( bb[1],bb[2])))
39
#'
40
#' g = st_graticule(usa)
41
-#' plot(usa, xlim = 1.2 * c(-2450853.4, 2186391.9))
+#' plot(usa, xlim = 1.2 * c(-2450853.4, 2186391.9), reset = FALSE)
42
#' plot(g[1], add = TRUE, col = 'grey')
43
#' plot(bbox, add = TRUE)
44
#' points(g$x_start, g$y_start, col = 'red')
0 commit comments