tile.neighbors(sperrorest)
tile.neighbors()所属R语言包:sperrorest
Determine the names of neighbouring tiles in a rectangular pattern
确定在一个矩形图案的相邻瓦片的名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This based on "counting" up and down based on the tile name.
这基于“计数”,向上和向下的基础上的瓦片名称。
用法----------Usage----------
tile.neighbors(nm, tileset, iterate = 0,
diagonal = FALSE)
参数----------Arguments----------
参数:nm
Character string or factor: name of a tile, e.g., "X4:Y6"
字符串或因素:瓷砖的名称,例如,"X4:Y6"
参数:tileset
Admissible tile names; if missing and nm is a factor variable, then levels(nm) is used as a default for tileset
容许瓷砖的名称;如果缺少nm是一个因素变量,那么levels(nm)是作为一个默认的tileset
参数:iterate
internal - do not change default: to control behaviour in an interative call to this function
内部 - 不改变默认值:控制在一个交互调用这个函数的行为
参数:diagonal
if TRUE, diagonal neighbours are also considered neighbours
如果TRUE,对角线的邻居也被认为是邻居
值----------Value----------
Character string.
字符的字符串。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|