Description Usage Arguments Details Value Examples
findZCenter
1 | findZCenter(Z, num = NULL)
|
Z |
zoning geometry (list of SpatialPolygons) |
num |
zone number |
find point within zone for pretty labelling
a SpatialPoints
1 2 3 4 5 6 | data(mapTest)
# run zoning with 2 quantiles corresponding to probability values 0.4 and 0.7,
# saving initial zoning and last level zonings
criti=correctionTree(c(0.4,0.7),mapTest,SAVE=TRUE)
Z=criti$zk[[2]][[1]]$zonePolygone
findZCenter(Z)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.