Closed justinmillar closed 2 years ago
Use for plots, may also want to create ggplot-specific function (e.g., scale_fill_path())
scale_fill_path()
Some helpful links: https://www.jumpingrivers.com/blog/custom-colour-palettes-for-ggplot2/ https://drsimonj.svbtle.com/creating-corporate-colour-palettes-for-ggplot2
Reference:
Addressed in #7
Dropping this here in case we decide to update. https://www.garrickadenbuie.com/blog/custom-discrete-color-scales-for-ggplot2/
Use for plots, may also want to create ggplot-specific function (e.g.,
scale_fill_path()
)