colorblind.friendly {NatParksPalettes} | R Documentation |
Checks whether a palette is colorblind-friendly. Colorblind-friendliness tested using the 'colorblindcheck' package. To be colorblind-friendly, all colors in the palettes must be distinguishable with deuteranopia, protanopia, and tritanopia.
colorblind.friendly(palette_name)
palette_name |
Name of Palette. Choices are:
|
TRUE/FALSE value whether palette is colorblind-friendly
colorblind.friendly("DeathValley")