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 discrete covariates extractBhatt attempts to run extractAdmin for gaul/polygon occurrences with fun = 'modal'. This argument is passed to library(raster)'s zonal method. 'modal' is not a supported argument for zonal, R's modal (no quotes) function could work, but covariate stacks aligned to the SEEG master grid are too large for this. One option might be to use modal against one covariate layer at a time.