plotListC: plotListC

Description Usage Arguments Details Value Examples

Description

plotListC

Usage

1
plotListC(cL, col = "red")

Arguments

cL

list of contour lines

col

color to use

Details

add contour lines to a plot

Value

a plot

Examples

1
2
3
4
5
data(mapTest)
cL=list()
cL=contourAuto(cL,mapTest$step,mapTest$xsize,mapTest$ysize,mapTest$krigGrid,c(5,7),mapTest$boundary)
plot(mapTest$boundary,type="l")
plotListC(cL)

hazaeljones/geozoning documentation built on May 30, 2019, 3:06 p.m.