Skip to content

Commit 4efa5cb

Browse files
authored
tweak docs (#6245)
1 parent b35cf63 commit 4efa5cb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

R/limits.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
#' scales. By default, any values outside the limits specified are replaced with
55
#' `NA`. Be warned that this will remove data outside the limits and this can
66
#' produce unintended results. For changing x or y axis limits \strong{without}
7-
#' dropping data observations, see [coord_cartesian()].
7+
#' dropping data observations, see
8+
#' [`coord_cartesian(xlim, ylim)`][coord_cartesian], or use a full scale with
9+
#' [`oob = scales::oob_keep`][scales::oob_keep].
810
#'
911
#' @param ... For `xlim()` and `ylim()`: Two numeric values, specifying the left/lower
1012
#' limit and the right/upper limit of the scale. If the larger value is given first,

man/lims.Rd

Lines changed: 3 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)