find.neighbors {simplifyNet}R 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


[Package simplifyNet version 0.0.1 Index]