Description
Graphical Utilities for Visualizing and Exploring Data.
Description
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.
README.md
GimmeMyPlot: Graphical utilities for visualizing and exploring data
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
Softwares : R (≥ 4.0.0), RStudio (https://posit.co/downloads/)
R libraries : see the DESCRIPTION file.
Installation
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("ecamenen/GimmeMyPlot")