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
discvar= names(select(fvc1000,-c(fvc,lulc)))
g1= sesu_opgd(fvc~., data=fvc,su=su,discvar=discvar,cores=6)
## Error in `purrr::map2()` at gdverse/R/sesu_opgd.R:60:3:## ℹ In index: 1.## Caused by error in `checkForRemoteErrors()`:## ! 6 nodes produced errors; first error: Can't extract columns past the end.## ℹ Location 2 doesn't exist.## ℹ There is only 1 column.g1## Error: object 'g1' not found
plot(g1)
## Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'plot': object 'g1' not found
The text was updated successfully, but these errors were encountered:
The original data resolution is
1000
m, and then we construct the data under2000-10000
m spatial units with 1000 spatial unit interval.The text was updated successfully, but these errors were encountered: