dispZ: dispZ

Description Usage Arguments Details Value Examples

Description

dispZ

Usage

1
2
3
4
dispZ(step, matVal, nbLvl = 0, zonePolygone = NULL, K = NULL,
  colBreaks = 0, texMain = "", boundary = NULL, id = FALSE,
  valQ = NULL, palCol = colorRampPalette(c("brown", "yellow")),
  noXY = FALSE, iZ = 0, mu = 1, cex = 1, ptz = NULL)

Arguments

step

grid resolution

matVal

data frame of values

nbLvl

number of contour lines to generate

zonePolygone

zoning geometry (list of SpatialPolygons)

K

zoning object, as returned by the calNei function

colBreaks

if vector of length 1 number of color breaks, or else color breaks themselves

texMain

main title

boundary

map boundary (list with x and y values)

id

logical value (if TRUE display zone ids on plot)

valQ

quantile values to use for contour lines

palCol

color palette

noXY

if TRUE do not draw axes

iZ

index of zone to outline in red

mu

mu=1-only display zone number or id, mu=2-also display mean zone value

cex

text size

ptz

zone id location, if NULL automatically find the best locations

Details

plots a color image representation of values and zones

Value

an empty value

Examples

1
2
3
4
5
data(mapTest)
data(resZTest)
K=resZTest
Z=K$zonePolygone
dispZ(mapTest$step,mapTest$krigGrid)

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