easyGgplot2
Introduction
easyGgplot2 is an R statistical software package containing some easy to use functions for data visualizations. It depends on ggplot2 package and it can be used to make and customize quickly plots including box plot, dot plot, strip chart, violin plot, histogram, density plot, scatter plot, bar plot, line plot, etc, ….
In this chapter, you will find many tutorials on ggplot2 plotting systems and on how to personalize quickly graphical parameters including title, axis labels, legend, background and colors.
Install and load easyGgplot2 package
To install the package, use the following R code from an R console (R >=3.1.0) :
install.packages("devtools")
library(devtools)
install_github("easyGgplot2", "kassambara")
Load the package using the R code:
library(easyGgplot2)
Data visualizations
Click on the following articles to visualize your data using easyGgplot2 R package.
ggplot2.boxplot
ggplot2.boxplot is an easy to use function from easyGgplot2 package to make and customize quickly a box plot using R software and ggplot2 package.
ggplot2.dotplot
ggplot2.dotplot is an easy to use function from easyGgplot2 package to make and customize quickly a dot plot using R software and ggplot2 package.
ggplot2.violinplot
ggplot2.violinplot is an easy to use function from easyGgplot2 package to make and customize quickly a violin plot using R software and ggplot2 package.
ggplot2.stripchart
ggplot2.stripchart is an easy to use function from easyGgplot2 package to make and customize one dimensional scatter plots (or dot plots) using R software and ggplot2 package.
ggplot2.histogram
ggplot2.histogram is an easy to use function from easyGgplot2 package to make and customize quickly histogram using R software and ggplot2 package.
ggplot2.density
ggplot2.density is an easy to use function from easyGgplot2 package to make and customize quickly density curve using R software and ggplot2 package.
ggplot2.customize
ggplot2.customize is an easy to use function from easyGgplot2 package to customize plots (e.g : box and whisker plot, histogram, density plot, etc, …) generated with R easyGgplot2 or ggplot2 package.
ggplot2.scatterplot
ggplot2.scatterplot is an easy to use function from easyGgplot2 package to make and customize quickly scatter plots using R software and ggplot2 package.
ggplot2.multiplot
ggplot2.multiplot is a function, from easyGgplot2 package, to put multiple graphs on the same page.
Easy ggplot2 ebook
Note that an eBook is available on easyGgplot2 package here.
By Alboukadel Kassambara
Copyright 2014 Alboukadel Kassambara. All rights reserved.
Published by STHDA (https://www.sthda.com/english).
September 2014 : First edition.
Licence : This document is under creative commons licence (http://creativecommons.org/licenses/by-nc-sa/3.0/).
Contact : Alboukadel Kassambara alboukadel.kassambara@gmail.com
Infos
This analysis was performed using R (ver. 3.1.0), easyGgplot2 (ver 1.0.0) and ggplot2 (ver 1.0.0).
Show me some love with the like buttons below... Thank you and please don't forget to share and comment below!!
Montrez-moi un peu d'amour avec les like ci-dessous ... Merci et n'oubliez pas, s'il vous plaît, de partager et de commenter ci-dessous!
Recommended for You!
Recommended for you
This section contains the best data science and self-development resources to help you on your path.
Books - Data Science
Our Books
- Practical Guide to Cluster Analysis in R by A. Kassambara (Datanovia)
- Practical Guide To Principal Component Methods in R by A. Kassambara (Datanovia)
- Machine Learning Essentials: Practical Guide in R by A. Kassambara (Datanovia)
- R Graphics Essentials for Great Data Visualization by A. Kassambara (Datanovia)
- GGPlot2 Essentials for Great Data Visualization in R by A. Kassambara (Datanovia)
- Network Analysis and Visualization in R by A. Kassambara (Datanovia)
- Practical Statistics in R for Comparing Groups: Numerical Variables by A. Kassambara (Datanovia)
- Inter-Rater Reliability Essentials: Practical Guide in R by A. Kassambara (Datanovia)
Others
- R for Data Science: Import, Tidy, Transform, Visualize, and Model Data by Hadley Wickham & Garrett Grolemund
- Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems by Aurelien Géron
- Practical Statistics for Data Scientists: 50 Essential Concepts by Peter Bruce & Andrew Bruce
- Hands-On Programming with R: Write Your Own Functions And Simulations by Garrett Grolemund & Hadley Wickham
- An Introduction to Statistical Learning: with Applications in R by Gareth James et al.
- Deep Learning with R by François Chollet & J.J. Allaire
- Deep Learning with Python by François Chollet
Click to follow us on Facebook :
Comment this article by clicking on "Discussion" button (top-right position of this page)







