view_cvd | R Documentation |
Interactively view cvd simulations of a figure or plot
view_cvd(plot = last_plot())
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.