Prerequisites

This chapter assumes you have a strong grasp of geographic data analysis and processing, covered in Chapters 2 to 5.In it you will also make use of R’s interfaces to dedicated GIS software, and spatial cross-validation, topics covered in Chapters 9 and 11, respectively.

The chapter uses the following packages:

  1. library(sf)
  2. library(raster)
  3. library(RQGIS)
  4. library(mlr)
  5. library(dplyr)
  6. library(vegan)