Skip to content

📝 Tweak docs for lims() #6245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading