Learn R Programming

geozoning (version 1.0.0)

zoneFusion4: zoneFusion4

Description

zoneFusion4

Usage

zoneFusion4(Z, iSmall, iBig, simplitol = 0.001, disp = 0)

Arguments

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

Value

a new zoning geometry

Details

merge 2 zones from given zoning

Examples

Run this code
# NOT RUN {
data(resZTest)
K=resZTest
Z=K$zonePolygone
zoneFusion4(Z,5,4,disp=2)
# }

Run the code above in your browser using DataLab