find.neighbors: Find Neighbors

View source: R/ModelFit.R

find.neighborsR Documentation

Find Neighbors

Description

Finds the neighbors of a given node, v.

Usage

find.neighbors(Adj, v)

Arguments

Adj

Adjacency matrix

v

Node to find the neighbors of.

Details

Intended as internal function.

Value

Integers designating node indices of the adjacency matrix for the neighbors of v.

Author(s)

Andrew Kramer

Alexander Mercier


simplifyNet documentation built on Nov. 15, 2022, 5:05 p.m.