Learn R Programming

geozoning (version 1.0.0)

linesC: linesC

Description

linesC

Usage

linesC(listContour, col = "blue")

Arguments

listContour

list of contour lines

col

line color

Value

an empty value

Details

add contour Lines to 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)
geozoning:::linesC(cL,col="black")
# }

Run the code above in your browser using DataLab