Description Usage Arguments Details Value Examples
sortCrit called by correctionTree
1 2 |
qProb |
probability vector used to generate quantile values |
crit |
list of criteria |
cost |
list of costs |
costL |
list of per label costs |
nz |
list of number of zones |
mdist |
list of distance matrices |
listOfZ |
list of zoning objects |
map |
object returned by function genMap |
disp |
0: no info, 1: plot best corrected zoning |
SAVE |
logical value, if TRUE function returns more elements |
sort last level criteria from list of zonings, return criteria and list of zonings if SAVE=TRUE, otherwise only return last level criteria
a list with components
best criterion value at last level
criterion values at last level
cost values at last level
cost per label values at last level
vector of number of zones at last level
vector of probabilities values used for quantiles
(SAVE=TRUE) list of zoning objects (such as returned by calNei function), first element corresponds to initial zoning, each other element is a list with each (last if ALL=FALSE) level zoning objects
(SAVE=TRUE) list of initial distance matrix and all (last if ALL=FALSE) level distance matrices
(SAVE=TRUE) list of initial criterion and all (last if ALL=FALSE) level criteria
(SAVE=TRUE) list of initial cost and all (last if ALL=FALSE) level costs
(SAVE=TRUE) list of initial cost per label and all (last if ALL=FALSE) level costs per label
(SAVE=TRUE) list of initial number of zones and all (last if ALL=FALSE) level number of zones
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.