Closed Aariq closed 9 months ago
Good colors for qualitative data are:
The cols4all package includes a bunch of palettes and a Shiny app color palette picker that you can get to with c4a_gui().
cols4all
c4a_gui()
Two options that are colorblind friendly, vibrant (good for small points), and "fair" (perceptually even) are "r4" and "vibrant"
library(cols4all) #for hex codes: c4a("misc.r4") c4a("tol.vibrant") #to see the colors: c4a_plot("misc.r4") c4a_plot("tol.vibrant")
Good colors for qualitative data are:
The
cols4all
package includes a bunch of palettes and a Shiny app color palette picker that you can get to withc4a_gui()
.Two options that are colorblind friendly, vibrant (good for small points), and "fair" (perceptually even) are "r4" and "vibrant"