Skip to content

Commit fa19ded

Browse files
committed
fix typo in documentation
1 parent 98b3512 commit fa19ded

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
@@ -767,10 +767,10 @@ sf_rescale01_x <- function(x, range) {
767767
#' they should be labeled on their north or south end points, respectively.
768768
#' Parallels run east-west, and the letters `"E"` and `"W"` indicate that they
769769
#' should be labeled on their east or west end points, respectively. Thus,
770-
#' `label_axes = "SW"` would label meridians at their south end and parallels at
771-
#' their west end, whereas `label_axes = "EW"` would label parallels at both
770+
#' `label_graticules = "SW"` would label meridians at their south end and parallels at
771+
#' their west end, whereas `label_graticules = "EW"` would label parallels at both
772772
#' ends and meridians not at all. Because meridians and parallels can in general
773-
#' intersect with any side of the plot panel, for any choice of `label_axes` labels
773+
#' intersect with any side of the plot panel, for any choice of `label_graticules` labels
774774
#' are not guaranteed to reside on only one particular side of the plot panel.
775775
#'
776776
#' 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)