gstat
Gstat is an open-source software package for geostatistics implemented for the R programming language. Developed primarily by E. Pebesma and collaborators, the package provides tools for exploratory geostatistics, variogram analysis, and spatial interpolation, including cokriging and multivariate models.
gstat supports univariate and multivariate geostatistics, implementing variogram estimation, variogram modelling with common models (spherical, exponential,
It offers kriging variants such as ordinary, universal, and simple kriging, as well as block and cokriging,
It integrates with spatial data structures from the sp package (and more recently sf), accepting data frames
Outputs include kriging predictions and their estimation variances, residual diagnostics, cross-validation, and variogram parameter estimates.
Applications span environmental, mining, hydrological, agricultural, and ecological studies where estimation at unsampled locations is required.
gstat is distributed under an open-source license and is available on CRAN, where it is maintained alongside
See also: sp, sf, and rgdal packages in R that commonly accompany geostatistical workflows.