Skip to content

Commit

Permalink
tweak docs (#6245)
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand authored Dec 17, 2024
1 parent b35cf63 commit 4efa5cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/limits.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#' scales. By default, any values outside the limits specified are replaced with
#' `NA`. Be warned that this will remove data outside the limits and this can
#' produce unintended results. For changing x or y axis limits \strong{without}
#' dropping data observations, see [coord_cartesian()].
#' dropping data observations, see
#' [`coord_cartesian(xlim, ylim)`][coord_cartesian], or use a full scale with
#' [`oob = scales::oob_keep`][scales::oob_keep].
#'
#' @param ... For `xlim()` and `ylim()`: Two numeric values, specifying the left/lower
#' limit and the right/upper limit of the scale. If the larger value is given first,
Expand Down
4 changes: 3 additions & 1 deletion man/lims.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4efa5cb

Please sign in to comment.