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:
A
list
whose elements arevector
s representing the ties between units asc(starting_node, end_node)
for the function #'SCC2()
. Otherwise,A
list
like those produced bySCC2()
andSCC()
.
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]