Title: | Create Ggplots via a Graphical User Interface |
---|---|
Description: | Easily explore data by creating ggplots through a (shiny-)GUI. R-code to recreate graph provided. |
Authors: | Gert Stulp [aut, cre] |
Maintainer: | Gert Stulp <[email protected]> |
License: | GPL-3 |
Version: | 1.0.1 |
Built: | 2025-01-29 04:38:59 UTC |
Source: | https://github.com/gertstulp/ggplotgui |
Creating a graphical user interface for creating ggplot-graphs.
ggplot_shiny(dataset = NA)
ggplot_shiny(dataset = NA)
dataset |
A dataset (optional). |
A GUI for visualizing data from dataset
.
#ggplot_shiny() #ggplot_shiny(mpg)
#ggplot_shiny() #ggplot_shiny(mpg)