Description Usage Arguments Details Value Examples
extractionPoly
1 | extractionPoly(polyTot)
|
polyTot |
SpatialPolygons |
extract all elements from SpatialPolygons, holes and full polygons are handled equally
a list of SpatialPolygons
1 2 3 4 | data(mapTest)
ZK=initialZoning(qProb=c(0.2,0.4,0.7),mapTest)
Z=ZK$resZ$zonePolygone
geozoning:::extractionPoly(Z[[5]]) # returns 2 SpatialPolygons
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.