(Since Week 1 consists of review of Stat 331 material, you should be able to skip some of the required readings and viewings. It is your responsibility to decide which areas you need to review before diving into Stat 431.)
You should feel comfortable with:
Knowing what goes into an aesthetic (aes()
) versus the geometry (geom_*()
)
Identifying these elements of existing plots
Identify the elements of the following plot as
You should be comfortable with:
Using the “big 5” geometries
Changing optional arguments.
faceting
Fill in the blanks for the following plot:
starwars %>%
filter(species == "Human") %>%
ggplot(aes( = height, = mass, = gender)) +
geom_ ( = 17) +
("Heights and Weights of Humans in Star Wars")