pth_data_cvd | R Documentation |
Generate versions of colors using color-vision deficiency simulation.
pth_data_cvd(x, cvd = pth_cvd_grid(), ...) ## Default S3 method: pth_data_cvd(x, cvd = pth_cvd_grid(), ...) ## S3 method for class 'character' pth_data_cvd(x, cvd = pth_cvd_grid(), transformer = pth_to_cieluv, ...) ## S3 method for class 'pth_hex' pth_data_cvd(x, cvd = pth_cvd_grid(), transformer = pth_to_cieluv, ...) ## S3 method for class 'pth_palette' pth_data_cvd(x, cvd = pth_cvd_grid(), n_point = 11, ...) ## S3 method for class 'pth_mat' pth_data_cvd(x, cvd = pth_cvd_grid(), ...)
x |
|
cvd |
|
... |
other args, not used. |
transformer |
|
n_point |
|
tibble
with columns "hex_original"
, "condition"
, "severity"
,
"luminance"
, "chroma"
, "hue"
, "hex"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.