rsaga.filter.gauss {RSAGA} | R Documentation |
Gauss Filter
Description
Smooth a grid using a Gauss filter.
Usage
rsaga.filter.gauss(
in.grid,
out.grid,
sigma,
radius = ceiling(2 * sigma),
env = rsaga.env(),
...
)
Arguments
in.grid |
input: SAGA GIS grid file (default file extension: |
out.grid |
output: SAGA GIS grid file |
sigma |
numeric, >0.0001: standard deviation parameter of Gauss filter |
radius |
positive integer: radius of moving window |
env |
list, setting up a SAGA geoprocessing environment as created by |
... |
optional arguments to be passed to |
Value
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.
Author(s)
Alexander Brenning (R interface), Olaf Conrad (SAGA module)
See Also
[Package RSAGA version 1.4.0 Index]