You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working for a long time with some spatio-temporal data, of climatic reconstruction. The fact is that, a while ago the KRIGEST function did not work for me, it threw me an error that I did not have before. Try using the guide with the wind file you posted in your 2012 spacetime article: Spatial Data in R, as a last resort, with the intention of searching for an answer. To my surprise it throws me the following error. From 1 to 10, my skill in R could be 7.
pred = krigeST(values ~ 1, wind.data, pred.grd, v)
Error in krigeST(values ~ 1, wind.data, pred.grd, v) :
inherits(modelList, "StVariogramModel") || is.function(modelList) is not TRUE
The text was updated successfully, but these errors were encountered:
I have been working for a long time with some spatio-temporal data, of climatic reconstruction. The fact is that, a while ago the KRIGEST function did not work for me, it threw me an error that I did not have before. Try using the guide with the wind file you posted in your 2012 spacetime article: Spatial Data in R, as a last resort, with the intention of searching for an answer. To my surprise it throws me the following error. From 1 to 10, my skill in R could be 7.
pred = krigeST(values ~ 1, wind.data, pred.grd, v)
Error in krigeST(values ~ 1, wind.data, pred.grd, v) :
inherits(modelList, "StVariogramModel") || is.function(modelList) is not TRUE
The text was updated successfully, but these errors were encountered: