Learn R Programming

geozoning (version 1.0.0)

listContourArea: listContourArea

Description

listContourArea

Usage

listContourArea(cL)

Arguments

cL

list of contour lines

Value

a list of areas

Details

area of all contour lines in list

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)
geozoning:::listContourArea(cL)
# }

Run the code above in your browser using DataLab