Skip to content

Commit

Permalink
fix docs for geom_text()
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Sep 4, 2024
1 parent 57ba97f commit ead9485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/geom-text.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
#'
#' @section Alignment:
#' You can modify text alignment with the `vjust` and `hjust`
#' aesthetics. These can either be a number between 0 (right/bottom) and
#' 1 (top/left) or a character (`"left"`, `"middle"`, `"right"`, `"bottom"`,
#' aesthetics. These can either be a number between 0 (left/bottom) and
#' 1 (top/right) or a character (`"left"`, `"middle"`, `"right"`, `"bottom"`,
#' `"center"`, `"top"`). There are two special alignments: `"inward"` and
#' `"outward"`. Inward always aligns text towards the center, and outward
#' aligns it away from the center.
Expand Down
4 changes: 2 additions & 2 deletions man/geom_text.Rd

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

0 comments on commit ead9485

Please sign in to comment.