outlet(topmodel)
outlet()所属R语言包:topmodel
Conveniently query a subset of a matrix
便利,查询一个矩阵的一个子集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convenience function to extract a pixel and its neighbourhood from matrices, e.g. to query raster maps.
方便的功能,提取一个像素,其附近的矩阵,查询栅格图。
用法----------Usage----------
outlet(map,out,radius = 2)
参数----------Arguments----------
参数:map
matrix
矩阵
参数:out
Center of the matrix to be extracted
要提取的矩阵中心
参数:radius
Radius of the matrix to be extracted
半径的要提取的矩阵
Details
详细信息----------Details----------
The function can be used to find a catchment outlet using a drainage area map generated by atb, when the coordinates are approximately known (for instance from the location of a discharge station). These coordinates can then be used by subcatch. However, note that atb uses a multiple direction flow algorithm, while subcatch uses single flow. Therefore, the drainage area for a pixel calculated by atb is likely to differ from the catchment area identified by subcatch.
该函数可以被用来找到一个集水出口使用atb,当坐标约已知的(例如从放电站的位置)所产生的排水区域图。这些坐标,然后,可以使用由subcatch。但是,请注意,atb使用多方向流动的算法,而subcatch采用单流。因此,流域面积计算的atb像素可能各不相同,从集水区确定的subcatch。
值----------Value----------
Square matrix of size (radius * 2 + 1)
正方形矩阵的大小(半径* 2 + 1)
(作者)----------Author(s)----------
Wouter Buytaert, Imperial College London
参考文献----------References----------
<h3>See Also</h3>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|