globalvar {geoR} | R Documentation |
~~ A concise (1-5 lines) description of what the function does. ~~
globalvar(geodata, locations, coords = geodata$coords, krige)
geodata |
~~Describe geodata here~~ |
locations |
|
coords |
~~Describe coords here~~ |
krige |
a list defining the model components and the type of
kriging. It can take an output to a call to krige.control or
a list with elements as for the arguments in krige.control .
More details in the documention for |
~~ If necessary, more details than the description above ~~
~Describe the value returned If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
~~who you are~~
Isaaks, E.S and Srivastava, R.M. (1989) An Introduction to Applied Geostatistics, pag. 508, eq. 20.7. Oxford University Press.
krige.conv
for the kriging algorithm.