@@ -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