Learn R Programming

geozoning (version 1.0.0)

genQseq: genQseq

Description

genQseq

Usage

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

Value

a plot

Details

description, a paragraph

Examples

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab