get_edgelists_df {EpiModel} | R Documentation |
Get the Edgelist(s) from the Specified Network(s)
Description
Get the Edgelist(s) from the Specified Network(s)
Usage
get_edgelists_df(dat, networks = NULL)
Arguments
dat |
Main |
networks |
Numerical indexes of the networks to extract the partnerships
from. (May be > 1 for models with multiple overlapping
networks.) If |
Value
A data.frame
with the following columns:
-
head
: Positional ID of the head node. -
tail
: Positional ID of the tail node. -
network
: The numerical index of the network on which the edge is located.
[Package EpiModel version 2.5.0 Index]