Chapter 3 Working with textual data in ggplot2

Note on cleaning data: use duke_enrollment (either by status or school) to talk about factors. Have Semester, which is really a time-based variable. Need to combine with Year to get the real sequence of enrollment.

3.1 What is a text variable?

3.2 Visualizing text variables

3.2.1 Common mappings for text variables

3.2.2 Ordering

3.2.3 Long Text Labels

3.2.4 Picking Colors

3.2.5 Small Multiples