Skip to content

Instantly share code, notes, and snippets.

@dgkeyes
Last active January 24, 2023 04:56
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/4361a5a9901694b90e6b053ce54b7a1a to your computer and use it in GitHub Desktop.
Save dgkeyes/4361a5a9901694b90e6b053ce54b7a1a to your computer and use it in GitHub Desktop.
# Qualitative -------------------------------------------------------------
scale_color_ga_qualitative <- function() {
scale_color_manual(values = c(ga_blue,
ga_pink,
ga_yellow,
ga_purple,
ga_gray,
ga_brown))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment