Built for in-country TDYs, spring 2022
Britta Schumacher
If you are participating in the workshop, you....
If you are participating in the workshop, you may either (a) work on the tidyverse-workshop-TEMPLATE.Rmd, which leaves space for participants to type code with instruction, or (b) follow along along in the tidyverse-workshop-KEY.Rmd, which has all of the information and code we will be working with. Download the tidyverse-workshop-KEY.html for a knitted (and much easier to read) version of the KEY.
- What is the tidyverse?
- Useful functions to know for data wrangling, subsetting, manipulating, and summarising data
- Wrangling and plotting data
All dragon data is from the DALEX package.
We'll be wrangling and plotting data for a subset of chromatic dragons:
Common name | Scientific name |
---|---|
Common black | Jaggermeryx ozzyi |
Scaley longtail | Jaggermeryx whido |
Sharptoothed flier | Jaggermeryx strummeri |
Fiery blue | Sauroniops naida |
Four-toed scale-back | Sauroniops reike |
If you are participating in the workshop, you may either (a) work on the ggplot-workshop-TEMPLATE.Rmd, which leaves space for participants to type code with instruction, or (b) follow along along in the ggplot-workshop-KEY.Rmd, which has all of the information and code we will be working with. Download the ggplot-workshop-KEY.html for a knitted (and much easier to read) version of the KEY.
Outline
- Reminder: How do we use the tidyverse?
- Useful functions to know for data wrangling, subsetting, manipulating, and summarising data
- What is ggplot?
- Plotting data + bonus intro to sf()
All dragon data is from the DALEX package. We will also be using EPA air quality data, wrangled by Ellie Smith-Eskridge and Dakoeta Pinto.
We'll be wrangling and plotting data for a subset of chromatic dragons:
Common name | Scientific name |
---|---|
Common black | Jaggermeryx ozzyi |
Scaley longtail | Jaggermeryx whido |
Sharptoothed flier | Jaggermeryx strummeri |
Fiery blue | Sauroniops naida |
Four-toed scale-back | Sauroniops reike |