diff --git a/README.Rmd b/README.Rmd index 579ed0dad1520c55314a8fc0ccb02e617008401d..3eb9cf739c35dacdf8b6bf090c93329fa15e411d 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