rcpp_create_neighborhood {landscapemetrics} | R Documentation |
Create neighborhood coordinates
Description
This function creates a neighborhood coordinates matrix based on the directions parameter.
Usage
rcpp_create_neighborhood(directions)
Arguments
directions |
The number of directions in which cells should be connected: 4 (rook's case), 8 (queen's case), or a neighbourhood matrix. The neighbourhood matrix should have one cell with value 0 (the focal cell), and at least one cell with value 1 (the adjacent cells). Cells with other values (e.g. NA) are ignored. |
[Package landscapemetrics version 2.1.2 Index]