/ggQuickPlotR

R-Package

Primary LanguageRGNU General Public License v3.0GPL-3.0

ggQuickPlotR

The purpose of this R library is to visualize your data on your tip without having any knowledge about ggplot. This application will generate R ggplot code for your desired visualization. You also have a power to convert your plots to interactive.


Installation

install development version from GitHub :

devtools::install_github("visionRs/ggQuickPlotR")

The application can be launched via RStudio console, if you don't have data.frame in your environment, datasets in ggQuickPlotR packges are used.

Below function should be executed to launch this app.

Quickplot()

**Note: This installation may not work for some users. Its still under development.