Learn R Programming

geozoning (version 1.0.0)

contourArea: contourArea

Description

contourArea

Usage

contourArea(co)

Arguments

co

contour line

Value

the area within the contour line

Details

area corresponding to closed contour line

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)
contourArea(cL[[8]])
# }

Run the code above in your browser using DataLab