Data Visualization

Faceted Table of Histograms

Overview

Teaching: 5 min
Exercises: 15 min
Questions
  • What kind of scientific question does a faceted table of charts address?

  • How do I generate a faceted table with ggplot2?

Objectives
  • To generate a faceted table of histograms using ggplot2

Build student independence to walk through decision making steps from question to chart.

Implement faceted table of histograms.

Fix the Faceted Table Code Challenge

Fix the code to generate a faceted table of histograms.

Alternate Good Charts Discussion

This is another quality solution to addressing “How was the world population distributed among continents in 2007?”

Compare and contrast the two graphic representations addressing the research question.

grouped density

Key Points