Description Usage Arguments Details Value Examples
zoneFusion4
1 | zoneFusion4(Z, iSmall, iBig, simplitol = 0.001, disp = 0)
|
Z |
zoning geometry (list of SpatialPolygons) |
iSmall |
index of zone to remove by merging it into other zone |
iBig |
index of zone to merge into |
simplitol |
tolerance for spatial polygons geometry simplification |
disp |
0: no info, 1: some info |
merge 2 zones from given zoning
a new zoning geometry
1 2 3 4 | data(resZTest)
K=resZTest
Z=K$zonePolygone
zoneFusion4(Z,5,4,disp=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.