normSize: normSize

Description Usage Arguments Details Value Examples

Description

normSize

Usage

1
normSize(boundaryN, minSize, minSizeNG)

Arguments

boundaryN

normalized map boundary

minSize

minimum size threshold

minSizeNG

no grow size threshold

Details

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

Value

a list with components

minSize

normalized minimum size threshold

minSizeNG

normalized no grow size threshold

Examples

1
2
data(mapTest)
resT=normSize(mapTest$boundary,0.012,0.001)#normalize thresholds relatively to map boundary area

geozoning documentation built on May 2, 2019, 9:43 a.m.