Chapter 5. Controlling Plot Details
Although, by now, you have gained a good understanding of how to make plots, you certainly realize that we did not discuss how to change the default details of the plot, which are automatically set up by ggplot2
. In this chapter, we will go through how to personalize details such as the plot title and axis, axis scales, plot background, and the legend details. We will then see examples of of layout changes that can be applied to facet plots.