genQseq: genQseq

Description Usage Arguments Details Value Examples

Description

genQseq

Usage

1
genQseq(qProb, K, map, i1, i2, LEQ = 5, MAXP = 0.1, disp = 0)

Arguments

qProb

probability vector used to generate quantile values

K

zoning object, as returned by the calNei function

map

object returned by function genMap

i1

current zone index

i2

englobing zone index

LEQ

length of quantile sequence

MAXP

maximum shift from center for quantile sequence

disp

0: no info, 1: some info

Details

description, a paragraph

Value

a plot

Examples

1
2
3
4
5
6
data(mapTest)
qProb=c(0.4,0.7)
ZK=initialZoning(qProb,mapTest)
K=ZK$resZ
print(K$lab)
genQseq(qProb,K,mapTest,1,2) # from label 3 to label 2

hazaeljones/geozoning documentation built on May 30, 2019, 3:06 p.m.