Learn R Programming

geozoning (version 1.0.0)

getNq: getNq

Description

getNq

Usage

getNq(critList)

Arguments

critList

component critList of result from correctionTree

Value

a vector with the size of quantile vectors for each zoning corresponding to critList

Details

determine size of quantile in result from correctionTree

Examples

Run this code
# NOT RUN {
data(mapTest)
# run zoning with 2 quantiles corresponding to probability values 0.4 and 0.7,
# saving only best last level results
criti=correctionTree(c(0.4,0.7),mapTest,SAVE=FALSE)
geozoning:::getNq(criti$critList)
# }

Run the code above in your browser using DataLab