Skip to content

Commit 2020ad1

Browse files
committed
account for interaction with tidyverse#6691
1 parent d57f3f1 commit 2020ad1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/scale-colour.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#' * a single string naming a palette.
2727
#' * a palette function that when called with a numeric vector with values
2828
#' between 0 and 1 returns the corresponding output values.
29-
#' @inheritDotParams continuous_scale -scale_name -trans -minor_breaks -expand
30-
#' @inheritDotParams binned_scale -scale_name -trans -expand
29+
#' @inheritDotParams continuous_scale -scale_name -trans -minor_breaks -expand -fallback.palette
30+
#' @inheritDotParams binned_scale -scale_name -trans -expand -fallback.palette
3131
#' @param type `r lifecycle::badge("superseded")` The preferred mechanism for
3232
#' setting the default palette is by using the theme. For example:
3333
#' `theme(palette.colour.discrete = "viridis")`.
@@ -179,7 +179,7 @@ scale_fill_binned <- function(..., palette = NULL, aesthetics = "fill", guide =
179179
#' * a single string naming a palette.
180180
#' * a palette function that when called with a single integer argument (the
181181
#' number of levels in the scale) returns the values that they should take.
182-
#' @inheritDotParams discrete_scale -scale_name -expand -position -minor_breaks
182+
#' @inheritDotParams discrete_scale -scale_name -expand -position -minor_breaks -fallback.palette
183183
#' @inheritParams discrete_scale
184184
#' @param type `r lifecycle::badge("superseded")` The preferred mechanism for
185185
#' setting the default palette is by using the theme. For example:

0 commit comments

Comments
 (0)