Lecture 3
Duke University
STA 199 - Fall 2022
9/6/22
Discuss the following for the visualization.
What is the visualization trying to show?
What is effective, i.e. what is done well?
What is ineffective, i.e. what could be improved?
What are you curious about after looking at the visualization?
04:00
ae-01
ae-01
(repo name will be suffixed with your GitHub name).ggplot()
.+
s.color = binary
vs. color = "pink"
.facet_wrap()
when faceting (creating small multiples) by one variable and facet_grid()
when faceting by two variables.