Faceting

Introduction to the Tidyverse

David Robinson

Chief Data Scientist, DataCamp

9P7ngtx.png

Introduction to the Tidyverse

Faceting

qHCKyxK.png

ggplot(gapminder_2007, aes(x = gdpPercap, y = lifeExp)) +
  geom_point() +
  scale_x_log10() +
  facet_wrap(~ continent)
Introduction to the Tidyverse

vNbAk34.png

Introduction to the Tidyverse

Let's practice!

Introduction to the Tidyverse

Preparing Video For Download...