Skip to content

Commit 25ad0b1

Browse files
authored
exclude palette as dot param (#5992)
1 parent c679d43 commit 25ad0b1

10 files changed

+5
-20
lines changed

R/scale-gradient.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#' @param low,high Colours for low and high ends of the gradient.
1717
#' @param guide Type of legend. Use `"colourbar"` for continuous
1818
#' colour bar, or `"legend"` for discrete colour legend.
19-
#' @inheritDotParams continuous_scale -na.value -guide -aesthetics -expand -position
19+
#' @inheritDotParams continuous_scale -na.value -guide -aesthetics -expand -position -palette
2020
#' @seealso [scales::pal_seq_gradient()] for details on underlying
2121
#' palette, [scale_colour_steps()] for binned variants of these scales.
2222
#'

R/scale-grey.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#'
66
#' @inheritParams scales::pal_grey
77
#' @inheritParams scale_colour_hue
8-
#' @inheritDotParams discrete_scale -expand -position -scale_name
8+
#' @inheritDotParams discrete_scale -expand -position -scale_name -palette
99
#' @family colour scales
1010
#' @seealso
1111
#' The documentation on [colour aesthetics][aes_colour_fill_alpha].

R/scale-hue.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' It does not generate colour-blind safe palettes.
55
#'
66
#' @param na.value Colour to use for missing values
7-
#' @inheritDotParams discrete_scale -aesthetics -expand -position -scale_name
7+
#' @inheritDotParams discrete_scale -aesthetics -expand -position -scale_name -palette
88
#' @param aesthetics Character string or vector of character strings listing the
99
#' name(s) of the aesthetic(s) that this scale works with. This can be useful, for
1010
#' example, to apply colour settings to the `colour` and `fill` aesthetics at the

R/scale-linetype.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' no inherent order, this use is not advised.
77
#'
88
#' @inheritParams scale_x_discrete
9-
#' @inheritDotParams discrete_scale -expand -position -na.value -scale_name
9+
#' @inheritDotParams discrete_scale -expand -position -na.value -scale_name -palette
1010
#' @param na.value The linetype to use for `NA` values.
1111
#' @rdname scale_linetype
1212
#' @seealso

R/scale-shape.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @param solid Should the shapes be solid, `TRUE`, or hollow,
1111
#' `FALSE`?
1212
#' @inheritParams scale_x_discrete
13-
#' @inheritDotParams discrete_scale -expand -position -scale_name
13+
#' @inheritDotParams discrete_scale -expand -position -scale_name -palette
1414
#' @rdname scale_shape
1515
#' @seealso
1616
#' The documentation for [differentiation related aesthetics][aes_linetype_size_shape].

man/scale_gradient.Rd

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_grey.Rd

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_hue.Rd

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_linetype.Rd

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_shape.Rd

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)