You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/plot.R
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -606,7 +606,7 @@ plot.sfg = function(x, ...) {
606
606
#' @param bgMap object of class \code{ggmap}, or returned by function \code{RgoogleMaps::GetMap}
607
607
#' @param expandBB numeric; fractional values to expand the bounding box with,
608
608
#' in each direction (bottom, left, top, right)
609
-
#' @param graticule logical, or object of class \code{crs} (e.g., \code{st_crs(4326)} for a WGS84 graticule), or object created by \link{st_graticule}; \code{TRUE} will give the WGS84 graticule
609
+
#' @param graticule logical, or object of class \code{crs} (e.g., \code{st_crs('OGC:CRS84')} for a WGS84 graticule), or object created by \link{st_graticule}
610
610
#' or object returned by \link{st_graticule}
611
611
#' @param col_graticule color to used for the graticule (if present)
0 commit comments