Skip to content
Prev 1950 / 29559 Next

error in krig interpolation

el1 is already a SpatialPointsDataFrame, so omit the locations argument.

You may try something as simple as

zz <- krige(log(z) ~ 1, el1, mask_SG, efitted) 

--
Edzer
temiz wrote: