kassambara / easyGgplot2

34 stars 10 forks source link

easyGgplot2

easyGgplot2 is an R package containing an easy to use functions to make plots - boxplot, density plot, histogram, dotplot, lineplot, barplot, scatterplot, ... - with ggplot2 R package.

Installation

From an R console (R >= 3.1.0):

install.packages("devtools")
library(devtools)
install_github("kassambara/easyGgplot2")

Geting started

Find out more at http://www.sthda.com/english/wiki/easyggplot2