View source: R/ggplot_explorer.R
| ggplot_explorer | R Documentation |
Shiny app for ggplot exploration
ggplot_explorer(uploaded_plot)
uploaded_plot |
a ggplot object |
Kevin Wang
if(interactive()){
uploaded_plot = ggplot(data = iris, aes(x = Sepal.Length, y = Sepal.Width,
colour = Species)) +
geom_point()
ggplot_explorer(uploaded_plot = uploaded_plot)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.