network_initialize | R Documentation |
Initialize an undirected network object for use in EpiModel workflows.
network_initialize(n)
n |
Network size. |
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
.
Returns an object of class network
.
nw <- network_initialize(100)
nw
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.