Course GitHub site: https://github.com/MSCI-709
Unit 2 GitHub repository: https://github.com/MSCI-709/unit_2_climate
This unit will cover learning to program in base R. We'll explore data reading and writing, plotting, and simple data manipulation. We'll also go over boolean logic, if/else statements, loops and user defined functions.
- Register yourself as a NASA Earthdata user: https://urs.earthdata.nasa.gov/home
- hw_2_sea_level_rise - Assigned: 1/29/2023, Due: 2/7/2023
HW2 repo link: https://classroom.github.com/a/iDzlKNqW
- hw_3_ice_core_co2 - Assigned: 2/7/2023, Due: 2/14/2023
HW3 repo link: https://classroom.github.com/a/wqVQ5z5x
Skills: read data, line plot, bar plot, saving plots, merging, confidence intervals, indexing, arithmetic
Skills: Reading .txt files, plotting, saving figures, conditional statements, subsetting
Skills: read data, plot, save figure, for loops, subsetting, boolean logic, install package (lubridate)
Skills: if statements, for loops, user-defined functions