knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

easyPlot

Overview

easyPlot is an intuitive graphical user interface (GUI) meticulously designed for ggplot2. easyPlot serves as a powerful tool, allowing users to effortlessly create four fundamental types of graphs — scatterplots, histograms, boxplots, and bar charts — with just a few clicks.

Key Features and Advantages:

Future Development:

The development of easyPlot is an ongoing process, and I am committed to enhancing its functionality and user experience. User feedback will be incorporated to ensure easyPlot remains a valuable asset in the data visualization toolbox.

Take a look at easyPlot and feel welcome to contribute. We're building this tool together to make data visualization more accessible.

Live version

Live version of the app can be accessed here.

Installation

devtools::install_github("majkamichal/easyPlot")

Usage

easyPlot::easyPlot()
easyPlot::easyPlot(iris)



majkamichal/easyPlot documentation built on March 8, 2024, 1:01 a.m.