get_network_attributes | R Documentation |
Gets all network attributes except "mnext"
from its
network argument.
get_network_attributes(x)
x |
An object of class |
This function is used in EpiModel
workflows to copy relevant network
attributes from the network object to the netsim_dat
object when
initializing netsim
runs.
Returns the named list of network attributes.
nw <- network_initialize(100)
get_network_attributes(nw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.