Skip to content

Commit

Permalink
Minor documentation fixes. (#4026)
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke authored May 25, 2020
1 parent 323af07 commit 2b03e47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/geom-text.r
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#' displayed as described in `?plotmath`.
#' @param nudge_x,nudge_y Horizontal and vertical adjustment to nudge labels by.
#' Useful for offsetting text from points, particularly on discrete scales.
#' Cannot be jointy specified with `position`.
#' Cannot be jointly specified with `position`.
#' @param position Position adjustment, either as a string, or the result of
#' a call to a position adjustment function. Cannot be jointy specified with
#' `nudge_x` or `nudge_y`.
Expand Down
1 change: 0 additions & 1 deletion R/scale-hue.r
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ scale_fill_hue <- function(..., h = c(0, 360) + 15, c = 100, l = 65, h.start = 0
#' * A function that returns a discrete colour/fill scale (e.g., [scale_fill_hue()],
#' [scale_fill_brewer()], etc).
#' @export
#' @rdname
#' @examples
#' # Template function for creating densities grouped by a variable
#' cty_by_var <- function(var) {
Expand Down
2 changes: 1 addition & 1 deletion man/geom_text.Rd

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

4 changes: 2 additions & 2 deletions man/ggsf.Rd

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

0 comments on commit 2b03e47

Please sign in to comment.