palette_bivariate_plot {colorblindcheck}R Documentation

Plot Bivariate Palette And Its Color Vision Deficiencies

Description

Plot of the original input bivariate palette and simulations of color vision deficiencies - deuteranopia, protanopia, and tritanopia.

Usage

palette_bivariate_plot(x, severity = 1)

Arguments

x

A vector of hexadecimal color descriptions

severity

Severity of the color vision defect, a number between 0 and 1

Value

A plot with the original input palette and simulations of color vision deficiencies - deuteranopia, protanopia, and tritanopia

See Also

palette_plot

Examples

palette_bivariate_plot(x = rcartocolor::carto_pal(4, "Sunset"))

[Package colorblindcheck version 1.0.2 Index]