rsaga.get.version(RSAGA)
rsaga.get.version()所属R语言包:RSAGA
Determine SAGA GIS version
确定SAGA GIS版
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Determine SAGA GIS version.
确定SAGA GIS的版本。
用法----------Usage----------
rsaga.get.version(env = rsaga.env(version=NA), ...)
参数----------Arguments----------
参数:env
list, setting up a SAGA geoprocessing environment as created by rsaga.env. Note that version=NA ensures that rsaga.env won't call rsaga.get.version itself.
列表中,设置的SAGAGEO处理环境作为创建的rsaga.env。需要注意的是version=NA确保这rsaga.env不会调用“rsaga.get.version本身。
参数:...
additional arguments to rsaga.geoprocessor
额外的参数rsaga.geoprocessor
Details
详细信息----------Details----------
The function first attempts to determine the SAGA version directly through a system call saga_cmd --version, which is supported by SAGA GIS 2.0.8. If this fails, saga_cmd -h is called, and it is attempted to extract the version
该函数首先尝试确定的的SAGA版本直接通过系统调用saga_cmd --version,是支持的,SAGA GIS 2.0.8。如果失败,saga_cmd -h被称为,它试图提取的版本
值----------Value----------
A character string defining the SAGA GIS (API) version. E.g., "2.0.8".
一个字符串,定义SAGA GIS(API)版本。例如,"2.0.8"。
(作者)----------Author(s)----------
Alexander Brenning
参见----------See Also----------
rsaga.env
rsaga.env
实例----------Examples----------
## Not run: [#不运行:]
myenv <- rsaga.env()
myenv$version
# rsaga.env actually calls rsaga.get.version:[rsaga.env,实际上调用rsaga.get.version:]
rsaga.get.version()
# I keep several versions of SAGA GIS in SAGA-GIS_2.0.x folders:[我一直在几个SAGA GIS SAGA-GIS_2.0.x文件夹的版本:]
myenv05 = rsaga.env(path = "C:/Progra~1/SAGA-GIS_2.0.5", version = NA)
# Check if it's really version 2.0.5 as suggested by the folder name:[检查如果真的2.0.5版本所建议的文件夹名称:]
rsaga.get.version(env = myenv05)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|