Learn R Programming

ggplotgui (version 1.0.0)

ggplot_shiny: 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

Run this code
# NOT RUN {
#ggplot_shiny()
#ggplot_shiny(mpg)
# }

Run the code above in your browser using DataLab