Examining how to use the color brewer function in ggplot2
ggplot(data = data, aes(x = x, y = y)) + geom_point() + scale_color_brewer()