tile_neighbors {sperrorest} | R Documentation |
Determine the names of neighbouring tiles in a rectangular pattern
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., |
tileset |
Admissible tile names; if missing and |
iterate |
internal - do not change default: to control behaviour in an interactive call to this function. |
diagonal |
if |
Value
Character string.
[Package sperrorest version 3.0.5 Index]