Identify: Identify

Description Usage Arguments Details Value Examples

Description

Identify

Usage

1
Identify(id, Z)

Arguments

id

zone identifier (character vector)

Z

zoning geometry (list of SpatialPolygons)

Details

get the number of a zone with a given identifier in a zoning this is necessary because correction procedures may remove zones from initial#' zoning. Therefore zone numbers change, but identifiers are conserved.

Value

the zone number

Examples

1
2
3
4
data(mapTest)
criti=correctionTree(c(0.4,0.5),mapTest,SAVE=TRUE)
Z=criti$zk[[2]][[1]]$zonePolygon
Identify(6,Z)

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