get_edgelists_df | R Documentation |
Get the Edgelist(s) from the Specified Network(s)
get_edgelists_df(dat, networks = NULL)
dat |
Main |
networks |
Numerical indexes of the networks to extract the partnerships
from. (May be > 1 for models with multiple overlapping
networks.) If |
A data.frame
with the following columns:
head
: Positional ID of the head node.
tail
: Positional ID of the tail node.
network
: The numerical index of the network on which the edge is located.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.