Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 25, 2024
1 parent 5aa13cf commit 75af49c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/scale_color_tol.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ tol_colors <- function(..., palette = "bright") {
#' The palettes proposed by Tol (2021).
#'
#' @param palette Character name of palette. Can be:
#' - Qualitative: `"bright"`, `"high-contrast"`, `"vibrant"`, `"muted"`,`
#' "medium-contrast"`, `"pale"`, `"dark"`, `"light"`, `"ground_cover"`
#' - Qualitative: `"bright"`, `"high-contrast"`, `"vibrant"`, `"muted"`,
#' `"medium-contrast"`, `"pale"`, `"dark"`, `"light"`, `"ground_cover"`
#' - Diverging: `"sunset"`, `"BuRd"`, `"PRGn"`
#' - Sequential: `"YlOrBr"`, `"iridescent"`, `"rainbow_discrete"`,
#' - `"rainbow_smooth"`
Expand Down
3 changes: 2 additions & 1 deletion man/palette_tol_discrete.Rd

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

3 changes: 2 additions & 1 deletion man/scale_color_tol_discrete.Rd

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

0 comments on commit 75af49c

Please sign in to comment.