rsaga.get.modules(RSAGA)
rsaga.get.modules()所属R语言包:RSAGA
Find SAGA libraries and modules
查找的SAGA库和模块
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions list the SAGA libraries (rsaga.get.libraries) and modules (rsaga.get.lib.modules, rsaga.get.modules) available in a SAGA installation, and allow to perform a full-text search among these
这些功能列表,的SAGA库(rsaga.get.libraries)和模块(rsaga.get.lib.modules,rsaga.get.modules)在SAGA安装,并允许执行其中的全文搜索
用法----------Usage----------
rsaga.get.libraries(path = rsaga.env()$modules,
dll = .Platform$dynlib.ext)
rsaga.get.lib.modules(lib, env = rsaga.env(), interactive = FALSE)
rsaga.get.modules(libs, env = rsaga.env(), ...)
rsaga.search.modules(text, modules, search.libs = TRUE,
search.modules = TRUE, env = rsaga.env(),
ignore.case = TRUE, ...)
rsaga.module.exists(libs, module, env = rsaga.env(), ...)
参数----------Arguments----------
参数:text
character string to be searched for in the names of available libraries and/or modules
在可用的库和/或模块的名称搜索的字符串
参数:search.libs, search.modules
logical (default TRUE: should text be searched for in library and/or module names?
逻辑(默认TRUE:text被搜索的库和/或模块的名称?
参数:ignore.case
logical (default FALSE): should the text search in library/module names be case sensitive?
逻辑(默认FALSE):文本搜索库/模块名称是区分大小写的吗?
参数:lib, libs
character vector (libs) or character string (lib) with the name(s) of library/ies in which to look for modules; if libs is missing, all libraries will be processed
字符向量(libs)或字符串(lib)库/ IES在寻找模块的名称(S);如果libs丢失,所有的图书馆将被处理
参数:module
module name or numeric code
模块名称或数字代码
参数:modules
optional list: result of rsaga.get.modules; if missing, a list of available modules will be retrieved using that function
可选列表:rsaga.get.modules;如果丢失,可用模块列表中使用该功能,将检索结果
参数:env
list, setting up a SAGA geoprocessing environment as created by rsaga.env
名单,设置的SAGAGEO处理环境,由rsaga.env创建
参数:path
path of SAGA library files (modules subfolder in the SAGA installation folder); defaults to the path determined by rsaga.env.
SAGA库文件(modules的的SAGA安装文件夹的子文件夹中),默认的路径由rsaga.env的路径。
参数:dll
file extension of dynamic link libraries
动态链接库文件的扩展名
参数:interactive
logical (default FALSE): should modules be returned that can only be executed in interactive mode (i.e. using SAGA GUI)?
逻辑(默认FALSE):返回模块,只能在交互模式(即使用SAGA GUI)执行呢?
参数:...
currently only interactive to be passed on to rsaga.get.lib.modules
目前只有interactive可以通过rsaga.get.lib.modules
值----------Value----------
rsaga.get.libraries returns a character vector with the names of all SAGA libraries available in the folder env$modules.
rsaga.get.libraries返回一个字符向量与SAGA库文件夹中的env$modules的名称。
rsaga.get.lib.modules returns a data.frame with:
rsaga.get.lib.modules返回一个data.frame:
参数:name
the names of all modules in library lib,
库中的所有模块的名称lib,
参数:code
their numeric identifiers,
他们的数字标识符,
参数:interactive
and a logical variable indicating whether a module can only be executed in interactive (SAGA GUI) mode.
一个逻辑变量,表示一个模块是否可以只执行的交互式(SAGA GUI)模式。
rsaga.get.modules returns a list with, for each SAGA library in libs, a data.frame with module information as given by rsaga.get.lib.modules. If libs is missing, all modules in all libraries will be retrieved.
rsaga.get.modules返回一个列表,每个SAGA库中libs,data.frame模块信息由rsaga.get.lib.modules。 libs如果丢失,将检索所有库中的所有模块。
注意----------Note----------
For information on the usage of SAGA command line modules, see rsaga.get.usage (or rsaga.html.help),
使用的SAGA命令行模块的信息,请参阅rsaga.get.usage(rsaga.html.help),
(作者)----------Author(s)----------
Alexander Brenning
参见----------See Also----------
rsaga.get.usage, rsaga.html.help,
rsaga.get.usage,rsaga.html.help,
实例----------Examples----------
## Not run: [#不运行:]
# make sure that 'rsaga.env' can find 'saga_cmd.exe'[确保rsaga.env可以找到“saga_cmd.exe]
# before running this:[在运行这个:]
rsaga.get.libraries()
# list all modules in my favorite libraries:[列出所有模块中我最喜欢的库:]
rsaga.get.modules(c("io_grid", "grid_tools", "ta_preprocessor",
"ta_morphometry", "ta_lighting", "ta_hydrology"))
# list *all* modules (quite a few!):[列表*所有模块(其中相当一部分!):]
# rsaga.get.modules(interactive=TRUE)[rsaga.get.modules(交互式= TRUE)]
# find modules that remove sink from DEMs:[寻找沉从DEM模块,删除:]
rsaga.search.modules("sink")
# find modules that close gaps (no-data areas) in grids:[找到模块,关闭间隙(无数据区)网格:]
rsaga.search.modules("gap")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|