A Detailed Guide to ggplot colors
Posted on Tue 14 May 2019 in R • Tagged with R, ggplot, colors • Leave a comment
In this guide, you'll learn how to incorporate your own custom color palettes into your ggplot graphs. You'll be able to differentiate between setting a static color and mapping a variable in your data to a color palette so that each color represents a different level of the variable. And you'll learn specifically how to customize color palettes for both continuous and categorical data in ggplot using the built-in ggplot color functions.
Continue reading