calFrame: calFrame

Description Usage Arguments Details Value Examples

Description

calFrame

Usage

1
calFrame(iZ, Z, zoneNModif, distIsoZ = 0.075)

Arguments

iZ

index of zone for which the envelope is searched

Z

zoning

zoneNModif

modified zone neighborhood matrix (FALSE values on diagonal

distIsoZ

threshold distance above which a zone is considered as isolated

Details

description, a paragraph

Value

a apatial polygon corresponding to the frame within which grown zone must be contained

Examples

1
2
3
4
5
6
data(resZTest)
Z=resZTest$zonePolygone
zN=resZTest$zoneNModif
f=calFrame(6,Z,zN)
plotZ(Z)
rgeos::plot(f,add=TRUE,col="red")

hazaeljones/geozoning documentation built on May 30, 2019, 3:06 p.m.