Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 2.11 KB

index.md

File metadata and controls

45 lines (29 loc) · 2.11 KB
title layout
Week 5: Joining, and Visualizing Data
default

Schedule

  • 8:30 - 9:00 [BB] joining data wk05_joining with functions from dplyr

  • 9:00 - 9:45 [NT] visualization Intro

  • 9:45 - 10:00 break

  • 10:00 - 10:15 [NT] case study Slides

  • 10:15 - 11:30 [NT] ggplot2 Examples

Assignments

Joining Data (Individual)

Visualizing Data (Group)

  • Submit 2 plots: one based "thin" data set; the other based on data of interest to your group; utilize some of the features from ggplot2 presented in class.
  • Link to files clim.csv clim and thin.csv thin
  • Meta data on thin.csvmeta

Resources

Data Wrangling with dplyr & tidyr:

  • [Data Wrangling (dplyr, tidyr) cheat sheet]({{ site.baseurl }}/refs/cheatsheets/data-wrangling-cheatsheet.pdf)
  • wrangling-webinar.pdf

Visualizing with ggplot2: