Description Usage Arguments Details Value Examples
local Geary criteria
1 | calGearyLoc(matN, vectMean, meanTot, vectSurface)
|
matN |
neighborhood (zone or point) matrix |
vectMean |
vector of mean zone values |
meanTot |
global mean |
vectSurface |
vector of zone areas |
computes local Geary indices
a vector of local Geary criteria
1 2 3 | K=resZTest
zoneA=sapply(K$zonePolygone,rgeos::gArea)
calGearyLoc(K$zoneNModif,K$meanZone,K$meanTot,zoneA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.