easyGgplot2

This article has been updated, you are now consulting an old release of this article!

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 box plot 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 dot plot 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 violin plot 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 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 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 curve 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 plot 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 scatter plot 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 multiple plots 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 (http://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).


Enjoyed this article? I’d be very grateful if you’d help it spread by emailing it to a friend, or sharing it on Twitter, Facebook or Linked In.

Show me some love with the like buttons below... Thank you and please don't forget to share and comment below!!
Avez vous aimé cet article? Je vous serais très reconnaissant si vous aidiez à sa diffusion en l'envoyant par courriel à un ami ou en le partageant sur Twitter, Facebook ou Linked In.

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!