labZone0: labZone0

Description Usage Arguments Details Value Examples

Description

labZone0

Usage

1
labZone0(K, qProb, dataF)

Arguments

K

zoning object, as returned by the calNei function

qProb

probability vector used to generate quantile values for Z

dataF

data used to generate labels and zoning

Details

assigns a class label (integer) to a zone depending on the zone mean value and on the quantile values. Default label is 1, corresponding to mean value samller #' or equal to first quantile. For k ordered quantile values, if mean value is greater #' than quantile k plus 10

Value

a zoning object with labelled zones in lab component

Examples

1
2
3
4
5
6
7
data(mapTest)
dataF=mapTest$krigGrid
data(resZTest)
K=resZTest
p = K$qProb
geozoning:::labZone0(K,p,dataF)
# not run

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