contourToSpp: contourToSpp

Description Usage Arguments Details Value Examples

Description

contourToSpp

Usage

1

Arguments

co

contour line (list with contour level and x,y coordinates

step

grid resolution

Details

transform contour line into SpatialPolygons

Value

a list with components

sp

SpatialPolygons corresponding to contour line

contour

SpatialLines corresponding to contour line

polyBuff

SpatialPolygons corresponding to buffer around contour line

surface

SpatialPolygons area

Examples

1
2
3
4
data(mapTest)
cL=list()
cL=contourAuto(cL,mapTest$step,mapTest$xsize,mapTest$ysize,mapTest$krigGrid,c(5,7),mapTest$boundary)
contourToSpp(cL[[8]],0.1)

hazaeljones/geozoning documentation built on May 30, 2019, 3:06 p.m.