Description Usage Arguments Details Value Examples
distanceNormalisationSum
1 | distanceNormalisationSum(matDistance)
|
matDistance |
distance matrix as returned by a call to calDistance |
normalize all MIJ terms of the distance matrix by dividing it by sum of squared diagonal terms sum(MII^2+MJJ^2)
a normalized distance matrix
1 2 3 4 5 6 7 8 | # load test map with simulated data
data(mapTest)
# load zoning results from test file
data(resZTest)
K=resZTest
resD = calDistance(typedist=1,mapTest$krigData,K$listZonePoint,K$zoneN,
mapTest$krigSurfVoronoi,K$meanZone,pErr=0.9)
geozoning:::distanceNormalisationSqrt(resD$matDistanceCorr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.