Learn R Programming

geozoning (version 1.0.0)

plotListC: plotListC

Description

plotListC

Usage

plotListC(cL, col = "red")

Arguments

cL

list of contour lines

col

color to use

Value

a plot

Details

add contour lines to a plot

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab