dispZmap: dispZmap

Description Usage Arguments Details Value Examples

Description

dispZmap

Usage

1
2
3
dispZmap(map, Z = NULL, qProb = NULL, valbp = NULL, scale = NULL,
  lev = 20, palCol = colorRampPalette(c("brown", "yellow")),
  legend.width = 1, parG = NULL, ptz = NULL)

Arguments

map

map object returned by genMap function

Z

zoning geometry (list of SpatialPolygons)

qProb

quantile associated probability vector

valbp

values used for boxplots

scale

field scale

lev

number of color levels

palCol

color palette

legend.width

relative width of legend

parG

graphics parameters (result of call to par)

ptz

zone id location, if NULL automatically find the best locations

Details

plots a color representation of values and zones

Value

an empty value

Examples

1
2
3
4
5
6
7
8
9
seed=80
data(mapTest)
ZK=initialZoning(c(0.5,0.7),mapTest)
K=ZK$resZ
Z=K$zonePolygone
#order zone ids by attribute mean value
ord=order(K$meanZone)
  Z=orderZ(Z,ord)
  plotZ(Z,id=TRUE)

geozoning documentation built on May 2, 2019, 9:43 a.m.