Are there any good packages for colour palettes in R that can handle many data classes? I have 16 sequential data classes. I tried RColorBrewer but it has a max of 9 data cl
The 'pals' package has several different palettes that are each designed to have distinct colors. Here are the available palettes:
library(pals) pal.bands(alphabet, alphabet2, cols25, glasbey, kelly, polychrome, stepped, tol, watlington, show.names=FALSE)