get_cumulative_edgelists_df | R Documentation |
Get the Cumulative Edgelists of a Model
get_cumulative_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 5 columns:
index
: the unique ID (see get_unique_ids
) of the
indexes.
partner
: the unique ID (see get_unique_ids
) of the
partners/contacts.
start
: the time step in which the edge started.
stop
: the time step in which the edge stopped; if ongoing,
then NA
is returned.
network
: the numerical index for the network on which the
partnership/contact is located.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.