maxDistZone: maxDistZone

Description Usage Arguments Details Value Examples

Description

maxDistZone

Usage

1
maxDistZone(Z, iZ, k)

Arguments

Z

zoning geometry (list of SpatialPolygons)

iZ

current zone index

k

polygon number within current zone

Details

maximum distance within kth polygon of current zone

Value

the maximum distance within kth polygon of the current zone

Examples

1
2
3
ZK=initialZoning(qProb=c(0.4,0.2,0.7),mapTest)
Z=ZK$resZ$zonePolygone
geozoning:::maxDistZone(Z,5,1)

geozoning documentation built on May 2, 2019, 9:43 a.m.