data.frame
FormatGet the Cumulative Edgelists of a Model in data.frame
Format
get_cumulative_edgelists_df(dat, networks = NULL)
a Master list object of network models
the indexes of the networks to extract the cumulative edgelists from. If NULL (default) extract all the cumulative edgelists.
a data.frame
with 5 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. network, the network on which the edge is.