A walk through of basic data visualization with ggplot2. The exercise utilizes base tidyverse packages.
My walk through was adapted from this tutorial and this tutorial
To walk through my Frankenstein tutorial effectively, you should download one of the following:
-
the rmd document (best if you already know mark down and/or don't want to type a single thing)
-
the pdf document (best if you want to create your own R script with your own notes)
-
the html document (best if you don't want to deal with the pesky page breaks of a pdf)
-
This short and sweet intro
-
This tutorial that really gets into all of the neat things you can do
-
This amazing free online textbook that can guide you through coding in tidyverse (including data viz with ggplot)