Get a Cumulative Edgelist From the Specified Network
get_cumulative_edgelist(dat, network)
a Master list object of network models
the index of the network to extract the cumulative edgelist from
a cumulative edgelist in data.frame
form with 4 columns:
head and tail, the unique_ids (see get_unique_ids
) of the
nodes on the edge. Start and stop, the timestep where the edges
started and stopped.