Learn R Programming

colorblindr (version 0.1.0)

view_cvd: Interactively view cvd simulations of a figure or plot

Description

Interactively view cvd simulations of a figure or plot

Usage

view_cvd(plot = last_plot())

Arguments

plot

The plot or grid object to view

Examples

Run this code
# NOT RUN {
library(ggplot2)
plot <- ggplot(iris, aes(Sepal.Length, fill=Species)) +
  geom_density(alpha = 0.7)
view_cvd(plot)
# }

Run the code above in your browser using DataLab