Skip to content

Function: computeNeighborhoodShells()

ts
function computeNeighborhoodShells(
   adjacency, 
   focus, 
   maxHops): Map<NodeId, number>;

Defined in: src/graphVisual.ts:80

Parameters

adjacency

Map<NodeId, ArrayLike<NodeId>>

focus

| NodeId | NodeId[]

maxHops

number

Returns

Map<NodeId, number>

Released under the MIT License.