Chapter 10 Introduction to Interpolation

10.1 Overview

This workshop introduces interpolation in R using an example built into the sp package, measuring lead levels at various points. The built-in dataset is called meuse.

10.2 Make sure relevant packages are installed

In order to complete this workshop, you will need the following packages:

  • sp
  • gstat

We also recommend the following:

  • ggplot2
  • tmap
  • sf