if_connected: Return a set of the location and its neighbors if they are...

View source: R/zones.R

if_connectedR Documentation

Return a set of the location and its neighbors if they are connected, else return the empty set.

Description

If the location and its neighbors, not including itself, are connected, then return the set containing the location and its neighbors; otherwise, return the empty set

Usage

if_connected(distinct_neighbors, location, adjacency_matrix)

Arguments

distinct_neighbors

A set containing the neighboring locations to the given location, not including the location itself.

location

A location, preferably given as an integer.

adjacency_matrix

A boolean matrix, with element (i,j) set to TRUE if location j is adjacent to location i.

Value

A set of the given location and the neighbors if they are connected, else returns the empty set.


scanstatistics documentation built on Feb. 16, 2023, 10:32 p.m.