Learn R Programming

geozoning (version 1.0.0)

getZoneId: getZoneId

Description

getZoneId

Usage

getZoneId(zone)

Arguments

zone

SpatialPolygons

Value

the zone identifier ( a character vector of length 1)

Details

get the zone unique identifier

Examples

Run this code
# NOT RUN {
data(mapTest)
criti=correctionTree(c(0.4,0.5),mapTest,SAVE=TRUE)
Z=criti$zk[[2]][[1]]$zonePolygon
getZoneId(Z[[4]])
# }

Run the code above in your browser using DataLab