Learn R Programming

geozoning (version 1.0.0)

maxId: maxId

Description

maxId

Usage

maxId(Z)

Arguments

Z

zoning geometry (list of SpatialPolygons)

Value

a number

Details

get highest number corresponding to a zone identifier in a zoning

Examples

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

Run the code above in your browser using DataLab