Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@toebR
Last active August 20, 2020 14:37
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toebR/876f8868073ebcf4dd89ec4a2b79b43e to your computer and use it in GitHub Desktop.
Save toebR/876f8868073ebcf4dd89ec4a2b79b43e to your computer and use it in GitHub Desktop.
6 color green-turquoise palette for discrete variables

#By Tobias Stalder #August 2020

library(scales)

eco_river_pal <- c("#d0ece7", "#a9dfbf", "#73c6b6", "#27ae60", "#117a65", "#145a32")

show_col(eco_river_pal, borders = NA)

eco_river

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment