Description Usage Arguments Details Value Examples
detectSmallZones
1 | detectSmallZones(zonePolygone, minSize)
|
zonePolygone |
list of zones, each zone is a SpatialPolygons |
minSize |
zone area threshold under which a zone is too small to be manageable |
detect zones with area < minSize
a vector of small zones indices
1 2 3 4 5 | data(mapTest)
ZK=initialZoning(qProb=c(0.4,0.7),mapTest)
Z=ZK$resZ$zonePolygone
minSize=0.012
iSmall=detectSmallZones(Z,minSize) # 2 small zones
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.