June 2016
Beginner to intermediate
1783 pages
71h 22m
English
In this chapter, we will cover the following recipes:
In this chapter, we will mainly use the ggplot2 library to visualize data with common graphs, such as bar charts, histograms, boxplots, and scatter plots. The ggplot2 library has the implementation of Grammar of Graphics, which gives the user the flexibility to produce any kind of graph by introducing layered facilities. At the end of this chapter, we will see how we can easily annotate ...
Read now
Unlock full access