| get_cumulative_edgelist | R Documentation |
Get a Cumulative Edgelist From a Specified Network
get_cumulative_edgelist(dat, network)
dat |
Main |
network |
Numerical index of the network from which the cumulative edgelist should be extracted. (May be > 1 for models with multiple overlapping networks.) |
A cumulative edgelist in data.frame form with 4 columns:
head: the unique ID (see get_unique_ids) of the
head node on the edge.
tail: the unique ID (see get_unique_ids) of the
tail node on the edge.
start: the time step in which the edge started.
stop: the time step in which the edge stopped; if ongoing,
then NA is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.