T-S-Brown
9/14/2017 - 6:39 PM

Color Brewer - ggplot2

Examining how to use the color brewer function in ggplot2

ggplot(data = data, aes(x = x, y = y)) +
  geom_point() +
  scale_color_brewer()