rsaga.filter.gauss(RSAGA)
rsaga.filter.gauss()所属R语言包:RSAGA
Gauss Filter
高斯滤波器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Smooth a grid using a Gauss filter.
使用高斯滤波器平滑的网格。
用法----------Usage----------
rsaga.filter.gauss(in.grid, out.grid, sigma,
radius = ceiling(2 * sigma), ...)
参数----------Arguments----------
参数:in.grid
input: SAGA grid file (default file extension: .sgrd)
输入:SAGA的网格文件(默认文件扩展名:.sgrd)
参数:out.grid
output: SAGA grid file
输出:SAGA的网格文件
参数:sigma
numeric, >0.0001: standard deviation parameter of Gauss filter
数字,0.0001标准差的高斯滤波器的参数
参数:radius
positive integer: radius of moving window
移动窗口半径的正整数:
参数:...
optional arguments to be passed to rsaga.geoprocessor, including the env RSAGA geoprocessing environment
可选参数传递给rsaga.geoprocessor,包括env RSAGAGEO处理环境
值----------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 (default)
返回的对象的类型取决于intern参数传递的rsaga.geoprocessor。对于intern=FALSE它是一个数字错误代码(0:成功),或以其他方式(默认)
注意----------Note----------
This function uses module 1 in the SAGA library grid_filter.
此功能使用模块1在SAGA库grid_filter中。
This SAGA module had a bug under 2.0.1 which has been corrected in
根据2.0.1已得到纠正,这SAGA模块有一个bug
(作者)----------Author(s)----------
Alexander Brenning (R interface), Olaf Conrad (SAGA module)
参见----------See Also----------
rsaga.filter.simple
rsaga.filter.simple
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|