Intro to spatial analysis
This article is originally published at https://nowosad.github.io/
Slides
Prerequisites
R
- https://www.r-project.org/
- http://cran.rstudio.com/bin/linux/
- http://cran.rstudio.com/bin/windows/base/
- http://cran.rstudio.com/bin/macosx/
RStudio
R packages
install.packages('sf')
install.packages('raster')
install.packages('dplyr')
install.packages('rasterVis')
install.packages('tmap')
install.packages('leaflet')
Datasets
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Thanks for visiting r-craft.org
This article is originally published at https://nowosad.github.io/
Please visit source website for post related comments.