View source: R/RSAGA-modules.R
rsaga.contour | R Documentation |
Creates a contour lines shapefile from a grid file in SAGA grid format.
rsaga.contour( in.grid, out.shapefile, zstep, zmin, zmax, vertex = "xy", env = rsaga.env(), ... )
in.grid |
input: digital elevation model (DEM) as SAGA grid file (default file extension: |
out.shapefile |
output: contour line shapefile. Existing files will be overwritten! |
zstep, zmin, zmax |
lower limit, upper limit, and equidistance of contour lines |
vertex |
optional parameter: vertex type for resulting contours. Default
|
env |
A SAGA geoprocessing environment, see |
... |
arguments to be passed to |
The type of object returned depends on the intern
argument passed to the rsaga.geoprocessor()
. For intern=FALSE
it is a numerical error code (0: success), or otherwise (the default) a character vector with the module's console output.
Alexander Brenning (R interface), Olaf Conrad (SAGA module)
rsaga.geoprocessor()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.