get_edgelist | R Documentation |
This function outputs an edgelist from the specified network, selecting the method depending on the stored network type.
get_edgelist(dat, network)
dat |
Main |
network |
Numerical index of the network from which the edgelist should be extracted. (May be > 1 for models with multiple overlapping networks.) |
An edgelist in matrix form with two columns. Each column contains the
posit_ids (see get_posit_ids
) of the nodes in each edge.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.