This tutorial introduces the ggplot2
and dplyr
packages, which are part of the tidyverse
. It is broken into two sections, the first focuses on plotting with ggplot()
and the second focuses an using the 6 main dplyr
verbs or functions.
By the end of the tutorial, you should be able to:
ggplot2
functions.dplyr
functions to begin “wrangling” data.%>%
) together a sequence of dplyr
functions to answer a question.dplyr
verbs and ggplot()
functions to wrangle and plot data.