Skip to content

Commit 6a6772f

Browse files
authored
Merge pull request #2321 from agila5/add-reset
Add reset = FALSE into the plot call
2 parents d7c0112 + 3e65360 commit 6a6772f

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)