create_neighborhood: Create neighborhood coordinates

View source: R/RcppExports.R

create_neighborhoodR Documentation

Create neighborhood coordinates

Description

This function creates a neighborhood coordinates matrix based on the directions parameter.

Usage

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.


comat documentation built on April 5, 2023, 5:12 p.m.