nPolyZone: nPolyZone

Description Usage Arguments Details Value Examples

Description

nPolyZone

Usage

1
nPolyZone(Z, iC)

Arguments

Z

zoning geometry (list of SpatialPolygons)

iC

current zone number within Z

Details

number of polygons in current zone

Value

the number of polygons within the current zone

Examples

1
2
3
4
data(resZTest)
K=resZTest
Z=K$zonePolygone
iC=1;print(paste(nPolyZone(Z,iC),"polygons in zone",iC))

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