ggplot_explorer: Shiny app for ggplot exploration

View source: R/ggplot_explorer.R

ggplot_explorerR Documentation

Shiny app for ggplot exploration

Description

Shiny app for ggplot exploration

Usage

ggplot_explorer(uploaded_plot)

Arguments

uploaded_plot

a ggplot object

Author(s)

Kevin Wang

Examples

if(interactive()){
uploaded_plot = ggplot(data = iris, aes(x = Sepal.Length, y = Sepal.Width,
           colour = Species)) +
  geom_point()
ggplot_explorer(uploaded_plot = uploaded_plot)
}

kevinwang09/SmokyScotch documentation built on Aug. 25, 2022, 5:41 p.m.