Skip to content
Prev 18764 / 29559 Next

Regression kriging or kriging with external drift

Edzer is right, the only important method that supports covariates in 
the intamap package is automap (the other ones are linearVariogram and 
idw). You can set the covariate in the optList-argument to interpolate:
x = interpolate(meuse, meuse.grid, optList = list(formulaString = "zinc 
~ dist"), methodName = "automap")

Cheers,
Jon
On 09-Jul-13 11:52, Edzer Pebesma wrote: