krige.ext
is an experimental version of R package krige
, which estimates kriging models for geographical point-referenced data. Method is described in Gill (2020), available at: https://doi.org/10.1177/1532440020930197.
This is an experimental version of the krige
package. We will use this package to test experimental features that can be helpful for optimized computing and convinient for our own works. Standard use please refer to the original CRAN version, available at https://CRAN.R-project.org/package=krige.
The features and functions of this experiment package may or may not end up in the next iteration of the standard version.
It is distributed in the hope that it will be useful for some users, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
Please use it with cautions.
0.5.5
: Add some monitor functions for running large dataset.
0.5.6
: Add mat.tool()
function.
devtools::install_github("lbaole17/krige.ext")
The krige.ext package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful for some users, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.
A copy of the GNU General Public License, version 3, is available at https://www.r-project.org/Licenses/GPL-3