raster2contour: Convert raster to contour lines

Description Usage Arguments Details Author(s) See Also Examples

Description

The function converts a ud(stack) object to a SpatialLinesDataFrame.

Usage

1
2
3
4
	## S4 method for signature '.UD'
raster2contour(x, ...)
	## S4 method for signature '.UDStack'
raster2contour(x, ...)

Arguments

x

a DBBMM or DBBMMStack object, that includesa raster object

...

additional arguments that are passed on from other functions, most important being level which determines the contour level

Details

The raster2contour function creates a SpatialLinesDataFrame from a given raster or DBBMM object. This allows to re-project the contours to different projections.

Author(s)

Marco Smolla

See Also

getVolumeUD

Examples

1
2
3
4
5

move documentation built on Jan. 16, 2017, 2:22 a.m.