Description Usage Arguments Details Value Examples
maxDistZone
1 | maxDistZone(Z, iZ, k)
|
Z |
zoning geometry (list of SpatialPolygons) |
iZ |
current zone index |
k |
polygon number within current zone |
maximum distance within kth polygon of current zone
the maximum distance within kth polygon of the current zone
1 2 3 | ZK=initialZoning(qProb=c(0.4,0.2,0.7),mapTest)
Z=ZK$resZ$zonePolygone
geozoning:::maxDistZone(Z,5,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.