Skip to content
Open
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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Config/usethis/last-upkeep: 2025-04-23
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
RoxygenNote: 7.3.3.9000
Collate:
'aes-delayed-eval.R'
'aes-variants.R'
Expand Down
7 changes: 6 additions & 1 deletion R/geom-abline-hline-vline.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ NULL
#'
#' Unlike most other geoms, these geoms do not inherit aesthetics from the plot
#' default, because they do not understand x and y aesthetics which are
#' commonly set in the plot. They also do not affect the x and y scales.
#' commonly set in the plot.
#'
#' Unlike [geom_abline()], [geom_vline()] and [geom_hline()] include their
#' intercepts in the position aesthetics. As a result, `xintercept` and
#' `yintercept` values can affect the x and y scales, particularly when
#' intercepts fall outside the range of the data.
#'
#' @section Aesthetics:
#' These geoms are drawn using [geom_line()] so they support the
Expand Down
7 changes: 6 additions & 1 deletion man/geom_abline.Rd

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