Overview
Teaching: 5 min
Exercises: 15 minQuestions
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.
facet_grid()
lims()
Fix the Faceted Table Code Challenge
Alternate Good Charts Discussion
Key Points
Faceted tables represent a comparison among many items or categories.
Multiple good charts can address a single scientific question.