Skip to content

Commit 470fb23

Browse files
committed
fix typo in documentation
1 parent 938d45d commit 470fb23

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

R/sf.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,10 @@ sf_rescale01_x <- function(x, range) {
579579
#' they should be labeled on their north or south end points, respectively.
580580
#' Parallels run east-west, and the letters `"E"` and `"W"` indicate that they
581581
#' should be labeled on their east or west end points, respectively. Thus,
582-
#' `label_axes = "SW"` would label meridians at their south end and parallels at
583-
#' their west end, whereas `label_axes = "EW"` would label parallels at both
582+
#' `label_graticules = "SW"` would label meridians at their south end and parallels at
583+
#' their west end, whereas `label_graticules = "EW"` would label parallels at both
584584
#' ends and meridians not at all. Because meridians and parallels can in general
585-
#' intersect with any side of the plot panel, for any choice of `label_axes` labels
585+
#' intersect with any side of the plot panel, for any choice of `label_graticules` labels
586586
#' are not guaranteed to reside on only one particular side of the plot panel.
587587
#'
588588
#' This parameter can be used alone or in combination with `label_axes`.

man/ggsf.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)