ggplot(data = _______,
mapping = aes(x = ______, y = ______, ______ = drv, shape = _____)) +
geom______(______ = 3, ______ = 0.8) +
facet_grid(______ ~ _______) +
guides(______ = "none")
Lab 12: Faceting
Note
In lab.qmd ## Lab 12
section,