ggplot_shiny {ggplotgui}R Documentation

Creating a graphical user interface for creating ggplot-graphs.

Description

Creating a graphical user interface for creating ggplot-graphs.

Usage

ggplot_shiny(dataset = NA)

Arguments

dataset

A dataset (optional).

Value

A GUI for visualizing data from dataset.

Examples

#ggplot_shiny()
#ggplot_shiny(mpg)

[Package ggplotgui version 1.0.0 Index]