SCC2.prep | R Documentation |
Create list of edges for SCC2
SCC2.prep(x)
x |
A square adjacency matrix representing the directed network. |
If there are at least two non-zero rows:
A list
whose elements are vector
s representing the
ties between units as c(starting_node, end_node)
for the
function #' SCC2()
. Otherwise,
A list
like those produced by SCC2()
and SCC()
.
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.
Telarico, Fabio Ashtar
[SCC2()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.