[R] colors code example
Example: color code in r
library("RColorBrewer")
display.brewer.all() # all colors
brewer.pal(n = 9, name = "Blues") # different shade of color of blues
library("RColorBrewer")
display.brewer.all() # all colors
brewer.pal(n = 9, name = "Blues") # different shade of color of blues