Introduction to the Tidyverse
David Robinson
Chief Data Scientist, DataCamp
ggplot(gapminder_2007, aes(x = gdpPercap, y = lifeExp)) + geom_point() + scale_x_log10() + facet_wrap(~ continent)