powered by
detectSmallZones
detectSmallZones(zonePolygone, minSize)
list of zones, each zone is a SpatialPolygons
zone area threshold under which a zone is too small to be manageable
a vector of small zones indices
detect zones with area < minSize
# NOT RUN { 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 # }
Run the code above in your browser using DataLab