This is part five of a series on ggplot2. Today, we are going to spend some time on themes and legends in ggplot2. This is where we can add a lot of polish to our graphs. Legends The guides() function gives us some control over how legends appear. Let's start with a graph which includes…