build_tree {EpiContactTrace} | R Documentation |
Build a graph tree from the NetworkStructure
build_tree(network_structure)
network_structure |
a data.frame from the call
|
A list
with the two fields ingoing
and
outgoing
. The fields are NULL
or contain a
data.frame
with the tree. The fields are NULL
if
there are no in- or outgoing contacts.