sesu {GD} | R Documentation |
Comparison of size effects of spatial units.
Description
Function for comparison of size effects of spatial units in spatial heterogeneity analysis.
Usage
sesu(gdlist, su)
Arguments
gdlist |
A list of |
su |
A vector of sizes of spatial units |
Examples
ndvilist <- list(ndvi_30, ndvi_40, ndvi_50)
su <- c(30, 40, 50) ## sizes of spatial units
## "gdm" function
gdlist <- lapply(ndvilist, function(x){
gdm(NDVIchange ~ Climatezone + Mining, data = x)
})
sesu(gdlist, su) ## size effects of spatial units
[Package GD version 10.3 Index]