Scatterplot in ggplot2
Constructing scatterplot using ggplot2 package
After Bar plot and Line plot, third in the series is Scatterplot. I am going to use the famous Diamonds dataset which comes with ggplot2 package for scatterplot example. We bring in the data first by the following script below. require(ggplot2<span...
[Read More]