Skip to contents

Check if the spatial graph defined by the adjacency matrix is fully connected. A disconnected graph can cause identifiability issues.

Usage

is_connected(adjacency)

Arguments

adjacency

Adjacency matrix

Value

Logical; TRUE if connected