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
For the R script Kriging i spotted an error :
Y<-as.factor(LayerField) > should be Y<-as.factor(Layer[[Field]])
LayerField doesn't exists ! I submitted the change for a pull request
For the R script Kriging i spotted an error :
Y<-as.factor(LayerField) > should be Y<-as.factor(Layer[[Field]])
LayerField doesn't exists ! I submitted the change for a pull request