This repository will focus on the popular ggplot2 package for visualizing tabular data and will demonstrate how to create various different kinds of plot and the different syntax for ggplot. We'll be ...
Statistical transformations (ADVANCED) You may have noticed that ggplot2 didn't just plot values from our data set but had to do some calculation first for the bar chart, i.e. it had to sum the number ...