Skip to content
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