Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

color code in r

library("RColorBrewer")
display.brewer.all()              # all colors
brewer.pal(n = 9, name = "Blues") # different shade of color of blues
Source by www.sthda.com #
 
PREVIOUS NEXT
Tagged: #color #code
ADD COMMENT
Topic
Name
5+9 =