Learn R Programming

geozoning (version 1.0.0)

getZsize: getZsize

Description

getZsize

Usage

getZsize(Z)

Arguments

Z

zoning geometry (list of SpatialPolygons)

Value

a vector with x and y maximum values

Details

compute maximum x and y values of zoning Z

Examples

Run this code
# NOT RUN {
data(resZTest)
Z=resZTest$zonePolygone
geozoning:::getZsize(Z)
# }

Run the code above in your browser using DataLab