Initialize an undirected network object for use in EpiModel
workflows.
Usage
network_initialize(n)
Value
Returns an object of class network.
Arguments
n
Network size.
Details
This function is used in EpiModel workflows to initialize an empty
network object. The network attributes directed, bipartite,
hyper, loops, and multiple are set to FALSE.