SCC2.prep {FinNet}R Documentation

Create list of edges for SCC2

Description

Create list of edges for SCC2

Usage

SCC2.prep(x)

Arguments

x

A square adjacency matrix representing the directed network.

Value

If there are at least two non-zero rows:

Note: Isolated nodes are not returned, but the object x2 is modified in place to store information on their number if the matrix has at least two non-null rows.

Author(s)

Telarico, Fabio Ashtar

See Also

[SCC2()]


[Package FinNet version 0.2.1 Index]