powered by
Interactively view cvd simulations of a figure or plot
view_cvd(plot = last_plot())
The plot or grid object to view
# 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