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.
From an R console (R >= 3.1.0):
install.packages("devtools")
library(devtools)
install_github("kassambara/easyGgplot2")
Find out more at http://www.sthda.com/english/wiki/easyggplot2