GimmeMyPlot: Graphical utilities for visualizing and exploring data

CRAN status

Simplifies the process of creating essential visualizations in R, offering a range of plotting functions for common chart types like violin plots, pie charts, and histograms. With an intuitive interface, users can effortlessly customize colors, labels, and styles, making it an ideal tool for both beginners and experienced data analysts. Whether exploring datasets or producing quick visual summaries, this package provides a streamlined solution for fundamental graphics in R.

Installation

Prerequisites

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("ecamenen/GimmeMyPlot")