powered by
Gets a vertex attribute from an object of class network, wrapping the related function in the network package.
network
get_vertex_attribute(x, attrname)
An object of class network.
The name of the attribute to get.
Returns an object of class network.
This function is used in EpiModel workflow to query vertex attributes on an initialized empty network object (see network_initialize.
EpiModel
network_initialize
# NOT RUN { nw <- network_initialize(100) nw <- set_vertex_attribute(nw, "age", runif(100, 15, 65)) get_vertex_attribute(nw, "age") # }
Run the code above in your browser using DataLab