Description Usage Arguments Value Author(s)
View source: R/loocv_interpolate_points.R
This function applies a leave-one-out-cross-validation on given spatial data
1 2 3 4 5 6 | loocv_interpolate_points(
sp_points,
aim_variable,
co_variables = FALSE,
procedure = c("ked", "rfk", "ok", "idw")
)
|
sp_points |
SpatialPointsDataframe containing the aim variable and if "ked" should be applied the covariables |
aim_variable |
Character string with the name of the aim variable |
co_variables |
default = FALSE, vector of covariables if needed |
procedure |
default = c("ked","rfk,"ok","idw"); vector containing the interpolation technic to be used; the first method is used and if this does not work out, the second, and so on; KED = Kriging With external Drift; RFK = Random Forest Kriging; OK = Ordinary Kriging; IDW = Inverse distance Weighting |
interpolated point values as sp or raster file depending on outputfile
Wolfgang Hamer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.