Learn R Programming

EpiModel (version 2.2.0)

get_cumulative_edgelist: Get a Cumulative Edgelist From the Specified Network

Description

Get a Cumulative Edgelist From the Specified Network

Usage

get_cumulative_edgelist(dat, network)

Arguments

dat

a Master list object of network models

network

the index of the network to extract the cumulative edgelist from

Value

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.