rsaga.contour(RSAGA)
rsaga.contour()所属R语言包:RSAGA
Contour Lines from a Grid
等高线从网格
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a contour lines shapefile from a grid file
从网格文件创建一个等高线的shapefile
用法----------Usage----------
rsaga.contour(in.grid, out.shapefile, zstep, zmin, zmax, ...)
参数----------Arguments----------
参数:in.grid
input: digital elevation model (DEM) as SAGA grid file (default file extension: .sgrd)
输入:数字高程模型(DEM)SAGA的网格文件(默认文件扩展名:.sgrd)
参数:out.shapefile
output: contour line shapefile. Existing files will be overwritten!
输出:等高线的shapefile。现有的文件将被覆盖!
参数:zstep,zmin,zmax
lower limit, upper limit, and equidistance of contour lines
下限,上限,和等距的轮廓线
参数:...
arguments to be passed to rsaga.geoprocessor
参数被传递给rsaga.geoprocessor
值----------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:成功),或以其他方式(默认)
(作者)----------Author(s)----------
Alexander Brenning (R interface), Olaf Conrad (SAGA module)
参见----------See Also----------
rsaga.geoprocessor
rsaga.geoprocessor
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|