diff --git a/R/geom-text.r b/R/geom-text.r index b745b200c4..feed65bcd6 100644 --- a/R/geom-text.r +++ b/R/geom-text.r @@ -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`. diff --git a/R/scale-hue.r b/R/scale-hue.r index 15228521f8..8f64ce82cb 100644 --- a/R/scale-hue.r +++ b/R/scale-hue.r @@ -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) { diff --git a/man/geom_text.Rd b/man/geom_text.Rd index ba4638a82f..b60cf85fe4 100644 --- a/man/geom_text.Rd +++ b/man/geom_text.Rd @@ -75,7 +75,7 @@ displayed as described in \code{?plotmath}.} \item{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 \code{position}.} +Cannot be jointly specified with \code{position}.} \item{label.padding}{Amount of padding around label. Defaults to 0.25 lines.} diff --git a/man/ggsf.Rd b/man/ggsf.Rd index d20e111c12..cdfdb88b97 100644 --- a/man/ggsf.Rd +++ b/man/ggsf.Rd @@ -190,11 +190,11 @@ displayed as described in \code{?plotmath}.} \item{nudge_x}{Horizontal and vertical adjustment to nudge labels by. Useful for offsetting text from points, particularly on discrete scales. -Cannot be jointy specified with \code{position}.} +Cannot be jointly specified with \code{position}.} \item{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 \code{position}.} +Cannot be jointly specified with \code{position}.} \item{label.padding}{Amount of padding around label. Defaults to 0.25 lines.}