Skip to content
Snippets Groups Projects
Commit af808324 authored by Raimon Tolosana-Delgado's avatar Raimon Tolosana-Delgado
Browse files

x

parent 75fb7805
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment