Skip to content

Commit

Permalink
Update scale_color_tol.R
Browse files Browse the repository at this point in the history
  • Loading branch information
bwiernik committed Oct 15, 2024
1 parent 6e03047 commit 77c0a03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/scale_color_tol.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Paul Tol color palettes
#' Paul Tol discrete/qualitative color palettes
#'
#' Tol (2021) presents a series of palettes built with mathematical principles that
#' are appropriate for diverse types of data. The colors in these schemes are:
Expand All @@ -12,6 +12,7 @@
#' 2. Diverging data – data ordered between two extremes where the midpoint is important.
#' 3. Sequential data – data ordered from low to high.
#'
#' This function provides the qualitative palettes, as well as discrete rainbow sequential palettes.
#' Available palettes for each type of data are:
#' - Qualitative: bright, high-contrast, vibrant, muted, medium-contrast, pale, dark, light, ground_cover
#' - Diverging: sunset, BuRd, PRGn
Expand Down

0 comments on commit 77c0a03

Please sign in to comment.