Answers for "color code in r"

R
0

color code in r

library("RColorBrewer")
display.brewer.all()              # all colors
brewer.pal(n = 9, name = "Blues") # different shade of color of blues
Posted by: Guest on January-28-2021

Browse Popular Code Answers by Language