This package contains the lectures and exercises used in the course Spatial analysis with R - Beginners course:
-
- Introduction to R - Part 1
-
- Introduction to R - Part 2
-
- Raster files and spatial data
-
- Data processing
-
- Spatial and temporal statistics
-
- Automating downloading
Make sure that devtools are installed:
install.packages("devtools")
Install the AGEPbeginners package from GitHub :
remotes::install_github("obaezvil/AGEPbeginners")
Load the package:
library(AGEPbeginners)
Open the first lecture:
render_lectures("Lecture1")