Learn R Programming

simplifyNet (version 0.0.1)

find.neighbors: Find Neighbors

Description

Finds the neighbors of a given node, v.

Usage

find.neighbors(Adj, v)

Value

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

Arguments

Adj

Adjacency matrix

v

Node to find the neighbors of.

Author

Andrew Kramer

Alexander Mercier

Details

Intended as internal function.