Contents
1. Getting Started
The first lessons below will introduce you to using R. These lessons are not focused on spatial data but on the basic operations of R you'll need for working with Spatial Data.
- About R
- Installing
- Introduction To R and R Studio
- Getting Started with R
- Writing Scripts
- Getting Help
2. Exploring Tabular Data
These lessons will show you how to create data in R and use R to explore data.
- Generating Data
- Linear Regression
- Histograms
- Testing Normality (QQPlots)
- Testing for Covariance
- 2D Plots
- Files and Folders
- 3D Plots
3. Control Flow
4. Packages and Libraries
5. Exploring Spatial Data
6. Interpolation
- Variograms & Kriging
- Spatial Statistics (incomplete)
7. Correlation/Regression Models
- Polynomial Regression
- Generalized Additive Models (GAMs)
- Categorical and Regression Trees (CART)
- Habitat Suitability Models
- Presence-Only Example with GAMs
8. Monte Carlo Methods
- Introduction to Monte Carlo methods
- Sub-Sampling Data for Cross-Validation
- Noise Injection
- Uncertainty in raster covariates
- Creating Uncertianty Maps
9. Additional Information
Acknowledgments
The material in this web site was drawn from a large number of web sites, blogs, articles, and books. Special thanks go to Jose Montero for contributing content.