ggplot colors code example
Example 1: how to change colors on ggplot
scale_color_manual(values = c("#D16103", "#4E84C4"))
Example 2: NA color ggplot
scale_fill_continuous(low="thistle2", high="darkred",
guide="colorbar",na.value="white")