rsaga.get.usage(RSAGA)
rsaga.get.usage()所属R语言包:RSAGA
Usage of SAGA command line modules
SAGA命令行模块的使用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
rsaga.get.usage provides information on the
rsaga.get.usage提供有关
用法----------Usage----------
rsaga.get.usage(lib, module, env = rsaga.env(), show = TRUE)
参数----------Arguments----------
参数:lib
name of the SAGA library
的SAGA库的名称
参数:module
name or numeric identifier of SAGA module in library lib
SAGA模块库中的名字或数字标识符lib
参数:env
list, setting up a SAGA geoprocessing environment as created by rsaga.env
名单,设置的SAGAGEO处理环境,由rsaga.env创建
参数:show
logical (default: TRUE; display usage on R console?
逻辑(默认:TRUE显示R控制台上使用吗?
Details
详细信息----------Details----------
This funciton is intended to provide information required to use the rsaga.geoprocessor and for writing your own high-level interface function for SAGA modules. R–SAGA interfaces already exist for some SAGA modules, e.g. rsaga.hillshade, rsaga.local.morphometry.
这的功能可按旨在提供所需的使用rsaga.geoprocessor的和写你自己的高层次的接口功能SAGA模块的信息。 R-SAGA接口已经存在一些SAGA模块,如rsaga.hillshade,rsaga.local.morphometry。
值----------Value----------
The character vector with usage information is invisibly returned.
和使用信息的不可见的字符向量返回。
(作者)----------Author(s)----------
Alexander Brenning
参见----------See Also----------
rsaga.geoprocessor, rsaga.env,
rsaga.geoprocessor,rsaga.env,
实例----------Examples----------
## Not run: [#不运行:]
rsaga.get.usage("io_grid",1)
rsaga.get.usage("ta_preprocessor",2)
rsaga.get.usage("ta_morphometry",0)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|