From af808324a91c070bd654ef71a69ed2529e9dd90b Mon Sep 17 00:00:00 2001 From: Raimon Tolosana-Delgado <tolosa53@fwg206.ad.fz-rossendorf.de> Date: Fri, 7 Aug 2020 10:59:37 +0200 Subject: [PATCH] x --- README.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/README.Rmd b/README.Rmd index 579ed0d..3eb9cf7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -75,6 +75,7 @@ variogramModelPlot(vge, model = gsm.f) This model can then be validated, interpolated and/or simulated. The workflow for each of these tasks is always: + 1.- define some method parameters with a tailored function, e.g. `LeaveOneOut()` for validation, `KrigingNeighbourhood()` for cokriging or `SequentialSimulation()` for sequential Gaussian Simulation 2.- if desired, define some new locations where to interpolate or simulate, using `expand.grid()` or `sp::GridTopology()` or similar -- GitLab