Description Usage Arguments Details Value Examples
plotM
1 2 3 |
map |
object returned by function genMap |
Z |
list of zones, each zone is a SpatialPolygons. |
lab |
label of each zones. |
byLab |
boolean, if TRUE display the label of each zone, else display the zone number. |
quantile |
probability vector used to generate "Z". This will be displayed in the title of the plot. |
crit |
criterion value corresponding to "Z. This will be displayed in the title of the plot. |
cost |
cost value corresponding to "Z". This will be displayed in the title of the plot. |
bestCrit |
best criterion value. This will be displayed in the title of the plot. |
bestCost |
best cost value. This will be displayed in the title of the plot. |
newCost |
new cost value. This will be displayed in the title of the plot. |
line |
position of the title. if negative, the title goes down, otherwise, goes up. |
cex |
text size |
plot the map in color with zones and details.
an empty value
1 2 3 4 5 | map=geozoning::mapTest
ZK=initialZoning(qProb=c(0.55,0.85),map)
Z=ZK$resZ$zonePolygone # list of zones
lab = ZK$resZ$lab # label of zones
plotM(map = map,Z = Z,lab = lab, byLab = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.