powered by
plotListC
plotListC(cL, col = "red")
list of contour lines
color to use
a plot
add contour lines to a plot
# 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