rsaga.filter.simple(RSAGA)
rsaga.filter.simple()所属R语言包:RSAGA
Simple Filters
简单的过滤器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Apply a smoothing, sharpening or edge filter to
应用平滑,锐化,边缘过滤器
用法----------Usage----------
rsaga.filter.simple(in.grid, out.grid, mode = "circle",
method = c("smooth", "sharpen", "edge"), radius, ...)
参数----------Arguments----------
参数:in.grid
input: SAGA grid file (default file extension: .sgrd)
输入:SAGA的网格文件(默认文件扩展名:.sgrd)
参数:out.grid
output: SAGA grid file
输出:SAGA的网格文件
参数:mode
character or numeric: shape of moving window, either "square" (=0) or "circle" (=1, default)
字符或数字:移动窗口的形状,无论是"square"(= 0)或"circle"(= 1,默认情况下)
参数:method
character or numeric: "smooth" (=0), "sharpen" (=1), or "edge" (=2)
字符或数字:"smooth"(= 0),"sharpen"(= 1),或"edge"(2)
参数: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) a character vector with the module's console output.
返回的对象的类型取决于intern参数传递的rsaga.geoprocessor。对于intern=FALSE它是一个数字错误代码(0:成功),或以其他方式(默认值)字符向量与模块的控制台输出。
The mode argument is passed to SAGA as a -MODE command line option. This option used to be called -SEARCH_MODE under
mode参数被传递给的SAGA作为一个-MODE命令行选项。使用此选项被称为-SEARCH_MODE下
注意----------Note----------
This function uses module 0 in the SAGA library grid_filter.
此功能使用模块0在SAGA库grid_filter中。
(作者)----------Author(s)----------
Alexander Brenning (R interface), Olaf Conrad (SAGA module)
参见----------See Also----------
rsaga.filter.gauss
rsaga.filter.gauss
实例----------Examples----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|