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 tried to do CoKriging using gstat library in R. it works perfectly until the prediction function
CK <- predict(g, Grid)
It gave me this error:
Error in h(simpleError(msg, call)) : error in evaluating the argument 'obj' in selecting a method for function 'coordinates': trying to get slot "bbox" from an object (class "data.frame") that is not an S4 object.
The text was updated successfully, but these errors were encountered:
I tried to do CoKriging using gstat library in R. it works perfectly until the prediction function
CK <- predict(g, Grid)
It gave me this error:
Error in h(simpleError(msg, call)) : error in evaluating the argument 'obj' in selecting a method for function 'coordinates': trying to get slot "bbox" from an object (class "data.frame") that is not an S4 object.
The text was updated successfully, but these errors were encountered: