Graphical poems with ggplot2.
, aes(x = speed, y = dist)
aes(x = speed, y = dist)
last_plot() + aes(x = speed, y = dist)
:::