Refining Plots

Data Visualization, Week 6

Kieran Healy, Duke University

Outline for Today

  1. Housekeeping
  2. Building up plots, again
  3. ggplot themes
  4. Writing a small helper function
  5. Custom plots and layouts

How to Navigate these Slides

  • When you view them online, notice the compass in the bottom right corner
  • You can go left or right, or sometimes down to more detail.
  • Hit the Escape key to get an overview of all the slides. On a phone or tablet, pinch to get the slide overview.
  • You can use the arrow keys (or swipe up and down) in this view, as well.
  • Hit Escape again to return to the slide you were looking at.
  • On a phone or tablet, tap the slide you want.

Building up Plots, Again

pushViewport(viewport(layout = grid.layout(5, 1)))
print(p1, vp = vplayout(1, 1))
print(p2, vp = vplayout(2, 1))
print(p3, vp = vplayout(3, 1))
print(p4, vp = vplayout(4, 1))
print(p5, vp = vplayout(5, 1))
## ymax not defined: adjusting position using y instead

plot of chunk unnamed-chunk-53

Try it for the Mac and iPad data