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
{{ message }}
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
After @volaya commit Kriging still has a very small bug.
I'm sending a pr to solve the bug.I've already an open pr. Maybe is better (to not mix things) pointing to the bug:
Line 9 is:
- Y<-as.factor(LayerField)
And should be:
+ Y<-as.factor(Layer$Field)
The text was updated successfully, but these errors were encountered: