linesC: linesC

Description Usage Arguments Details Value Examples

Description

linesC

Usage

1
linesC(listContour, col = "blue")

Arguments

listContour

list of contour lines

col

line color

Details

add contour Lines to plot

Value

an empty value

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)
geozoning:::linesC(cL,col="black")

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