Learn R Programming

geozoning (version 1.0.0)

calcCritNarrow: detection of narrow zones (ratio area/perimeter^2)

Description

detection of narrow zones (ratio area/perimeter^2)

Usage

calcCritNarrow(zonePolygone)

Arguments

zonePolygone

zoning

Value

a numerical value

Details

computes for each zone of a zoning the ratio area/squared perimeter

Examples

Run this code
# NOT RUN {
data(resZTest)
calcCritNarrow(resZTest$zonePolygone)
# }

Run the code above in your browser using DataLab