Learn R Programming

colorblindr (version 0.1.0)

cvd_grid: Create a grid of different color-deficiency simulations of a plot

Description

Create a grid of different color-deficiency simulations of a plot

Usage

cvd_grid(plot = last_plot(), severity = 1)

Arguments

plot

The plot to modify

severity

The severity of the simulation, applied equally to all four cases

Examples

Run this code
# NOT RUN {
cvd_grid(palette_plot(palette_OkabeIto, color_labels = FALSE))
# }

Run the code above in your browser using DataLab