Skip to content
/ sifr Public

An R Package for Spatial Interpolation Functions in R

License

Notifications You must be signed in to change notification settings

zehuiyin/sifr

Repository files navigation

R Package sifr

Spatial Interpolation Functions in R

Author

Zehui Yin, zehuiyin@gmail.com

Installation

You can install sifr from GitHub with:

if(!require(devtools)){
  install.packages("devtools")
  library(devtools)
}

devtools::install_github("zehuiyin/sifr")

Example Usage

You can find a short example that demonstrates some of the core functionality of the package here: Vignette.

How to cite

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}
}

About

An R Package for Spatial Interpolation Functions in R

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages