ggplot2 calls

  • For brevity, “data =” and “mapping =” often dropped
  • But things still work…
ggplot(penguins, aes(x = flipper_length_mm, y = body_mass_g)) + 
  geom_point()