Learn R Programming

geozoning (version 1.0.0)

printZsurf: printZsurf

Description

printZsurf

Usage

printZsurf(Z, minSize = 0.012)

Arguments

Z

zoning geometry (list of SpatialPolygons)

minSize

minimum size threshold

Value

a vector of small zone indices

Details

print zone surfaces

Examples

Run this code
# NOT RUN {
data(resZTest)
K=resZTest
Z=K$zonePolygone
printZsurf(Z,0.03)
# }

Run the code above in your browser using DataLab