Description Usage Arguments Details Value
Transforms an adjacency matrix of dimension n
times n
to a choose(n, 2)
times 4
dyad-list.
1 | .adj_to_dyad_C(x, symmetric)
|
x |
numeric or integer matrix |
symmetric |
boolean indicating whether whether x is symmetric or not |
The first column of the returned object contains identifiers
for the rows of the adjacency matrix x
, i
,
the second column contains identifiers for the columns, j
,
the third column contains the tie from i
to j
, and the
fourth column contains the tie from j
to i
.
dyad-list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.