Skip to content

Commit a2baba7

Browse files
committed
Merge branch 'main' of github.com:r-spatial/sf
2 parents f804581 + 6a6772f commit a2baba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/graticule.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#' c( bb[3],bb[4]),c( bb[1],bb[4]),c( bb[1],bb[2])))
3939
#'
4040
#' g = st_graticule(usa)
41-
#' plot(usa, xlim = 1.2 * c(-2450853.4, 2186391.9))
41+
#' plot(usa, xlim = 1.2 * c(-2450853.4, 2186391.9), reset = FALSE)
4242
#' plot(g[1], add = TRUE, col = 'grey')
4343
#' plot(bbox, add = TRUE)
4444
#' points(g$x_start, g$y_start, col = 'red')

0 commit comments

Comments
 (0)