Description Usage Arguments Details Value Examples
testInterSpeZ
1 |
Z |
zoning geometry (list of SpatialPolygons) |
checks, within a zoning, if any zone intersects with any other zone not within it and not englobing it
a Logical value, TRUE if there is any intersection, FALSE if not
1 2 3 4 5 6 7 8 9 | qProb=c(0.2,0.5)
ZK = initialZoning(qProb, mapTest)
K=ZK$resZ
Z=K$zonePolygone
plotZ(Z)
Z58=rgeos::gConvexHull(rgeos::gUnion(Z[[8]],Z[[5]]))
Z[[length(Z)+1]]=Z58 # add new zone to zoning
plotZ(Z)
geozoning:::testInterSpeZ(Z)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.