R Colors

[Solved] R Colors | Php - Code Explorer | yomemimo.com
Question : color code in r

Answered by : andrea-perlato

library("RColorBrewer")
display.brewer.all() # all colors
brewer.pal(n = 9, name = "Blues") # different shade of color of blues

Source : http://www.sthda.com/english/wiki/colors-in-r | Last Update : Thu, 04 Feb 21

Answers related to r colors

Code Explorer Popular Question For Php