sesu: Comparison of size effects of spatial units.

View source: R/sesu.R

sesuR 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 gdm result or gd result

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


GD documentation built on Sept. 18, 2023, 9:09 a.m.