Package 'ggplotgui'

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

Help Index


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)