Learn R Programming

geozoning (version 1.0.0)

calFrame: calFrame

Description

calFrame

Usage

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

Value

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

Details

description, a paragraph

Examples

Run this code
# NOT RUN {
data(resZTest)
Z=resZTest$zonePolygone
zN=resZTest$zoneNModif
f=calFrame(6,Z,zN)
plotZ(Z)
rgeos::plot(f,add=TRUE,col="red")
# }

Run the code above in your browser using DataLab