Spatial Interpolation Functions in R
You can install sifr
from GitHub with:
if(!require(devtools)){
install.packages("devtools")
library(devtools)
}
devtools::install_github("zehuiyin/sifr")
You can find a short example that demonstrates some of the core functionality of the package here: Vignette.
Yin, Z. (2023). sifr: Spatial Interpolation Functions in R. https://github.com/zehuiyin/sifr
@Manual{sifr,
title = {sifr: Spatial Interpolation Functions in R},
author = {Zehui Yin},
year = {2023},
note = {R package version 0.1.0},
url = {https://github.com/zehuiyin/sifr}
}