Session Ready
Exercise

Comparing geographies with ggplot2 visualizations

When exploring Census or ACS data, you'll often want to know how data varies among different geographic units. For example - which US states have higher - or lower - median household incomes? This can be accomplished through visualization using dot plots, which are particularly effective for showing ranks visually. In this exercise, you'll use the popular ggplot2 data visualization package to accomplish this.

Instructions 1/3
undefined XP
  • 1
  • 2
  • 3
  • Get a dataset of median household income by state from the 1-year American Community Survey with survey = "acs1".