checkConstraints {wpm}R Documentation

Check for spatial constraints

Description

Finds the neighbors of the current element (row, col) in the matrix m, depending on the chosen constraint pattern. Currently, there are only 3 valid patterns (NS, WE and NEWS)

Usage

checkConstraints(m, row, col, mode)

Arguments

m

matrix

row

current selected row in the matrix m

col

current selected column in the matrix m

mode

spatial constraint

Value

A vector containing the neighbors of element (row,col) of the matrix m.


[Package wpm version 1.3.2 Index]