Learn R Programming

vangogh (version 0.1.3)

vangogh_palette_info_with_cvd: Add CVD Information to Palette Documentation

Description

Helper function to add CVD accessibility information to your existing palette information functions.

Usage

vangogh_palette_info_with_cvd(palette_name)

Value

List with palette info and CVD scores

Arguments

palette_name

Character string specifying the palette name

Examples

Run this code
if (FALSE) {
# Get enhanced palette info with CVD data
info <- vangogh_palette_info_with_cvd("StarryNight")
print(info$cvd_accessibility$summary)
}

Run the code above in your browser using DataLab