Prerequisites

  • This chapter requires the following packages that we have already been using:
  1. library(sf)
  2. library(raster)
  3. library(dplyr)
  4. library(spData)
  5. library(spDataLarge)
  • In addition, it uses the following visualization packages:
  1. library(tmap) # for static and interactive maps
  2. library(leaflet) # for interactive maps
  3. library(mapview) # for interactive maps
  4. library(ggplot2) # tidyverse vis package
  5. library(shiny) # for web applications