Description Usage Arguments Details Value Examples
initialZoning zoning with no correction
1 2 | initialZoning(qProb, map, pErr = 0.9, simplitol = 0.001, optiCrit = 2,
disp = 0, GridData = F)
|
qProb |
probability vector used to generate quantile values |
map |
object returned by function genMap |
pErr |
equality tolerance for distance calculations |
simplitol |
tolerance for spatial polygons geometry simplification |
optiCrit |
criterion choice |
disp |
0: no info, 1: some info, 2: detailed info |
GridData |
logical value indicating if data are already on a regular grid (no kriging in that case) |
calculates a zoning on kriged map data, based on quantiles of data attribute values. These quantiles correspond the given probabilities. Contour lines define zones, they are projected on to the map boundary in order to close them if necessary. The distance matrices intra and inter zones are calculated as well as the quality criterion.
a list with components
criterion value
list with components matDistance, matDistanceCorr and cost, such as returned by a call to calDistance
list with components zoneN, zoneNModif, listZonePoint, meanTot, meanZone,listSurf, critSurf, zonePolygone, such as the object returned by calNei
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.