powered by
genQseq
genQseq(qProb, K, map, i1, i2, LEQ = 5, MAXP = 0.1, disp = 0)
probability vector used to generate quantile values
zoning object, as returned by the calNei function
object returned by function genMap
current zone index
englobing zone index
length of quantile sequence
maximum shift from center for quantile sequence
0: no info, 1: some info
a plot
description, a paragraph
# 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