Skip to content

Instantly share code, notes, and snippets.

@dgkeyes
Created January 24, 2023 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgkeyes/931d9b5f10b83df03e9367535b2a3a87 to your computer and use it in GitHub Desktop.
Save dgkeyes/931d9b5f10b83df03e9367535b2a3a87 to your computer and use it in GitHub Desktop.
scale_fill_ga_diverging <- function(low_color = ga_yellow,
medium_color = "white",
high_color = ga_pink) {
scale_fill_gradient2(low = low_color,
mid = medium_color,
high = high_color)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment