Description Usage Arguments Details Value Examples
normDistMat
1 | normDistMat(matDistanceCorr, optiCrit)
|
matDistanceCorr |
corrected distance matrix using pErr, result of calDistance |
optiCrit |
criterion choice |
normalize distance matrix so that diagonal is equal to 1
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)
normDistMat(resD$matDistanceCorr,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.