Find a Color R
Tag: R
Date:
I always find difficult to pick up the right color in R. A good place to start
is to call the demo for colors
The demo defin a function called plotCol
that is really handy to look for a
color. The source code originally from Marius Hofert is
After having call demo(colors)
you can reuse it with your own arguments, and for example using grep on the built-in color names:
Now you can pick the blue you prefer. That’s it!