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
10.3 Links
- gstat meuse vignette: https://cran.r-project.org/web/packages/gstat/vignettes/gstat.pdf
- Explanation of working with the meuse dataset: https://rpubs.com/nabilabd/118172