Open
Description
I just tried to run a simulation using krigeTg. I called the function like this:
k <- krigeTg(As ~ 1, locations = dfs, newdata = newdata, model = vmf,
nmax = 30, nsim = 100, lambda = 0)
where dfs
is a sf-object, and newdata is a stars object. The function returned following error
Error in OK@data :
no applicable method for `@` applied to an object of class "stars"
Best regards,
Wolfgang