Description Usage Arguments Value
View source: R/cross_validation_krige.R
'Leave-one-out' Cross-Validation method to measure model performance.
1 | cv_krige_haversine(df, varg, distance = "haversine")
|
df |
A dataframe that has 'value' and two coordinates columns 'lat', 'long' for haversine or 'x' and 'y' for euclidean. |
varg |
A variogram object from the gstat library. |
distance |
Type of distance to be choosen. |
A tibble containing data from the Cross-Validation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.