Skip to content

Error with KED with 2 external drift factors, one iterating in time

2 messages · Tobin Cara, Edzer Pebesma

#
Tobin Cara wrote:
use

list_ked[[i]] <- krige(Temp00[,i]~Z+COS7, DataCoordhr, elev, fitted_vario)

and make sure that DataCoordhr is of class SpatialPointsDataFrame, e.g. by doing a
coordinates(DataCoordhr) <- ~x+y

or sth like that.