Data Exploration in R with GGPLOT2 & Standard Functions

In this post, we are going to perform high level data exploration in R programming language using GGPLOT2 and its standard plotting functions. So if you are looking on information on how to make plots and graphs in R using ggplot2 or standard r functions, you will find this post useful. You can simply change […]

What is GGPlot2 & How To Use It

Ggplot2 is an advance R library designed for creating charts. Ggplot2 is one of the 3 graphics system in R, other than base and lattice. it was written by Hadley Wickham. Web site: http://ggplot2.org GGplot2 Overview Are you interested in learning R for data analysis and machine learning, click here. GGplot2 is like a R grammar […]