Learn R Programming

geozoning (version 1.0.0)

printLabZ: printLabZ

Description

printLabZ

Usage

printLabZ(Klist)

Arguments

Klist

list of zoning objects, typically result of a call to correctionTree

Value

a list of zoning objects

Details

print zoning labels for a list of zoning objects

Examples

Run this code
# NOT RUN {
data(mapTest)
qProb=c(0.1,0.2,0.4);criti=correctionTree(qProb,mapTest) # 2 zonings at last level
printLabZ(criti$zk[[2]])
# }

Run the code above in your browser using DataLab