Skip to content

Commit 46150d7

Browse files
clauswilkehadley
authored andcommitted
fix incomplete sentence in docs (#2566)
1 parent 99c4096 commit 46150d7

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

R/coord-cartesian-.r

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
#' @param expand If `TRUE`, the default, adds a small expansion factor to
1010
#' the limits to ensure that data and axes don't overlap. If `FALSE`,
1111
#' limits are taken exactly from the data or `xlim`/`ylim`.
12-
#' @param default Is this the default coordinate system? If `FALSE`
12+
#' @param default Is this the default coordinate system? If `FALSE` (the default),
13+
#' then replacing this coordinate system with another one creates a message alerting
14+
#' the user that the coordinate system is being replaced. If `TRUE`, that warning
15+
#' is suppressed.
1316
#' @param clip Should drawing be clipped to the extent of the plot panel? A
1417
#' setting of `"on"` (the default) means yes, and a setting of `"off"`
1518
#' means no. In most cases, the default of `"on"` should not be changed,

man/coord_cartesian.Rd

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

man/ggsf.Rd

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

0 commit comments

Comments
 (0)