Learn R Programming

geozoning (version 1.0.0)

normSize: normSize

Description

normSize

Usage

normSize(boundaryN, minSize, minSizeNG)

Arguments

boundaryN

normalized map boundary

minSize

minimum size threshold

minSizeNG

no grow size threshold

Value

a list with components

minSize

normalized minimum size threshold

minSizeNG

normalized no grow size threshold

Details

normalize thresholds for small zone detection and no grow zone, considering mapo boundary

Examples

Run this code
# NOT RUN {
data(mapTest)
resT=normSize(mapTest$boundary,0.012,0.001)#normalize thresholds relatively to map boundary area
# }

Run the code above in your browser using DataLab