Description Usage Arguments Details Value Examples
detZoneEng
1 | detZoneEng(iZ, Z, zoneN)
|
iZ |
index of zone for which englobing zone is searched |
Z |
zoning |
zoneN |
modified zone neighborhood matrix (FALSE values on diagonal) |
description, a paragraph
an integer value (0 if no englobing zone was found, englobing zone index otherwise)
1 2 3 4 5 6 | # load zoning results from test file
data(resZTest)
Z=resZTest$zonePolygone
zoneN=resZTest$zoneNModif
detZoneEng(3,Z,zoneN) # zone 2 englobes zone 3
detZoneEng(2,Z,zoneN) # no englobing zone for zone 2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.