slope(SDMTools)
slope()所属R语言包:SDMTools
Slope and aspect calculations
坡度和坡向计算
译者:生物统计家园网 机器人LoveR
描述----------Description----------
slope and aspect calculates the slope and aspect of raster surfaces of class 'asc' (SDMTools & adehabitat packages), 'RasterLayer' (raster package) or 'SpatialGridDataFrame' (sp package).<br><br>
slope和aspect计算坡度和坡向栅格表面的类ASC(SDMTools adehabitat包),“RasterLayer(栅格包)或”SpatialGridDataFrame(SP包)。 >参考
用法----------Usage----------
slope(mat,latlon=FALSE)
参数----------Arguments----------
参数:mat
a matrix of data representing z heights. Matrix can be a raster of class 'asc' (adehabitat package), 'RasterLayer' (raster package) or 'SpatialGridDataFrame' (sp package)
表示z的高度的数据的矩阵。基质可以是类递增(adehabitat包),的RasterLayer(栅格包)或SpatialGridDataFrame(藻封装栅格)
参数:latlon
boolean value representing if the data is geographic.
布尔值,表示如果数据是GEO。
Details
详细信息----------Details----------
Slope returns values representing the 'rise over run' with "run" units representing cellsize if latlon=FALSE or km if latlon=TRUE. This can be changed to percentage (multiply by 100) or to degrees by ATAN ( output ) * 57.29578.<br><br> Aspect returns the direction (0 to 360) with North being 0. Values of -1 are flat areas with no slope or aspect.<br><br> As this method requires information from the surrounding cells, missing data (NAs or edges) are populated with the value from the 'cell-of-interest').
坡返回值的代表崛起“运行”,“运行”单位代表CELLSIZE的,如果latlon= FALSE公里,如果latlon= TRUE。这是可以改变的百分比(乘以100)或度ATAN(output)* 57.29578。<BR> <BR>方面,传回的方向(0~360),北为0。值-1是平的领域没有斜坡或方面的<BR> <BR>由于这种方法需要从周围单元的信息,丢失数据(NAS或边缘)填充与“单元利益”的价值)。
值----------Value----------
an object of the same class as mat.
对象相同的类mat。
(作者)----------Author(s)----------
Jeremy VanDerWal <a href="mailto:jjvanderwal@gmail.com">jjvanderwal@gmail.com</a>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|