Overview
- Basic R Overview
- Tutorials on basic functions and uses of R
- Geographic Data Science with R: Visualizing and Analyzing Environmental Change
- Covers basic calculatons, R Objects, functions, graphics, statistical analysis, time and dates, and much more. Specifically for applications with geographic data.
- LOTS of resources are available on stack overflow
Data Manipulation
- dplyr (cheatsheet)
- tidyr + dplyr (cheatsheet)
- Merging Datasets
- Subsetting Data
- Data Binning
- Dealing with UNIX time
- Matching/Pairing Spatial Data
Rasters
- Make rasters finer resolution with no changes to the underlying data (p.s. here you can see how useful stack overflow is!)
- Resample one raster based on another
- Extract rasters (the equivalent of zonal statistics)