Skip to content
Prev 16553 / 29559 Next

reboxing, or 3D interpolation?

Package gstat provides 3D interpolation:

library(gstat)
demo(gstat3D)

in this case, if you'd leave out the variogram model, inverse distance
is used for interpolation.

An typical issue is, independent whether the third dimension represents
z (vertical space) or time, that variability, or spatial correlation, in
x/y differs from that in z for the same distance unit (where "same" is
only meaningful when z is vertical space). You can then rescale z, or
use anisotropic variogram models.
On 11/01/2012 07:44 AM, Tom Roche wrote: