It is beyond the scope of this book to provide a comprehensive and exhaustive explanation of the data visualization principles and techniques, but in the remaining sections of this chapter, we are going to learn the basic elements of this powerful discipline and how to apply them to our data through the means of the ggplot2 package.
Visualizing your data with ggplot2
Basic data visualization principles
As is often the case, when dealing with data visualization we should start from the final objective to work out the best way to accomplish it. The main objective of data visualization is to effectively communicate an insight contained within a given set of data. We can elaborate a bit more on this. The point here...