powered by
dispZ
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)
grid resolution
data frame of values
number of contour lines to generate
zoning geometry (list of SpatialPolygons)
zoning object, as returned by the calNei function
if vector of length 1 number of color breaks, or else color breaks themselves
main title
map boundary (list with x and y values)
logical value (if TRUE display zone ids on plot)
quantile values to use for contour lines
color palette
if TRUE do not draw axes
index of zone to outline in red
mu=1-only display zone number or id, mu=2-also display mean zone value
text size
zone id location, if NULL automatically find the best locations
an empty value
plots a color image representation of values and zones
# NOT RUN { data(mapTest) data(resZTest) K=resZTest Z=K$zonePolygone dispZ(mapTest$step,mapTest$krigGrid) # }
Run the code above in your browser using DataLab