Resources
This carefully curated collection of resources will help you find packages and learning resources to help you on your R journey.
Working with colours in R
This blog post by Nicola Rennie guides readers on effectively using colors in R for data visualization or generative art. It discusses various methods to define colors, choosing suitable color palettes, and generating custom color schemes, without delving deeply into plot implementation. A useful 'plot_palette()' function is provided with examples. Readers learn about color names, hex codes, and RGB values, and how to apply them in R, with references to further resources.
Go to Resource