diff --git a/R/scale-.r b/R/scale-.r index 8bd5fd7d2a..8effd494a4 100644 --- a/R/scale-.r +++ b/R/scale-.r @@ -49,7 +49,7 @@ #' range \[0, 1]. This is always [scales::rescale()], except for #' diverging and n colour gradients (i.e., [scale_colour_gradient2()], #' [scale_colour_gradientn()]). The `rescaler` is ignored by position -#' scales, which ways use [scales::rescale()]. +#' scales, which always use [scales::rescale()]. #' @param oob One of: #' - Function that handles limits outside of the scale limits #' (out of bounds). diff --git a/man/binned_scale.Rd b/man/binned_scale.Rd index 74c39af560..63e79795d9 100644 --- a/man/binned_scale.Rd +++ b/man/binned_scale.Rd @@ -77,7 +77,7 @@ If the purpose is to zoom, use the limit argument in the coordinate system range [0, 1]. This is always \code{\link[scales:rescale]{scales::rescale()}}, except for diverging and n colour gradients (i.e., \code{\link[=scale_colour_gradient2]{scale_colour_gradient2()}}, \code{\link[=scale_colour_gradientn]{scale_colour_gradientn()}}). The \code{rescaler} is ignored by position -scales, which ways use \code{\link[scales:rescale]{scales::rescale()}}.} +scales, which always use \code{\link[scales:rescale]{scales::rescale()}}.} \item{oob}{One of: \itemize{ diff --git a/man/continuous_scale.Rd b/man/continuous_scale.Rd index 2ea6a4843f..65948e4f42 100644 --- a/man/continuous_scale.Rd +++ b/man/continuous_scale.Rd @@ -89,7 +89,7 @@ If the purpose is to zoom, use the limit argument in the coordinate system range [0, 1]. This is always \code{\link[scales:rescale]{scales::rescale()}}, except for diverging and n colour gradients (i.e., \code{\link[=scale_colour_gradient2]{scale_colour_gradient2()}}, \code{\link[=scale_colour_gradientn]{scale_colour_gradientn()}}). The \code{rescaler} is ignored by position -scales, which ways use \code{\link[scales:rescale]{scales::rescale()}}.} +scales, which always use \code{\link[scales:rescale]{scales::rescale()}}.} \item{oob}{One of: \itemize{ diff --git a/man/scale_gradient.Rd b/man/scale_gradient.Rd index c565436b59..f70ec3bbc3 100644 --- a/man/scale_gradient.Rd +++ b/man/scale_gradient.Rd @@ -142,7 +142,7 @@ If the purpose is to zoom, use the limit argument in the coordinate system range [0, 1]. This is always \code{\link[scales:rescale]{scales::rescale()}}, except for diverging and n colour gradients (i.e., \code{\link[=scale_colour_gradient2]{scale_colour_gradient2()}}, \code{\link[=scale_colour_gradientn]{scale_colour_gradientn()}}). The \code{rescaler} is ignored by position -scales, which ways use \code{\link[scales:rescale]{scales::rescale()}}.} +scales, which always use \code{\link[scales:rescale]{scales::rescale()}}.} \item{\code{oob}}{One of: \itemize{ \item Function that handles limits outside of the scale limits